mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs(readme): add install links, aur package
This commit is contained in:
parent
de80b99e64
commit
5e72a7ba32
1 changed files with 11 additions and 2 deletions
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue