docs(readme): add install links, aur package
This commit is contained in:
13
README.md
13
README.md
@@ -8,15 +8,24 @@ For information and examples on styling please see the [wiki](https://github.com
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install with cargo:
|
### Cargo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install ironbar
|
cargo install ironbar
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[crate](https://crates.io/crates/ironbar)
|
||||||
|
|
||||||
|
### Arch Linux
|
||||||
|
|
||||||
|
[aur package](https://aur.archlinux.org/packages/ironbar-git)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yay -S ironbar-git
|
||||||
|
```
|
||||||
|
|
||||||
Then just run with `ironbar`.
|
Then just run with `ironbar`.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user