mirror of
https://github.com/nikolassv/bartib
synced 2024-11-30 23:39:15 +00:00
Add link to aur package
This commit is contained in:
parent
c6c9ba17f8
commit
75a3cbf609
1 changed files with 9 additions and 1 deletions
|
@ -134,6 +134,8 @@ Do you want to be as happy as Alice? Use Bartib!
|
|||
|
||||
### How to install Bartib
|
||||
|
||||
#### With Cargo
|
||||
|
||||
Simply download a suitable executable from https://github.com/nikolassv/bartib/releases and copy it in some directory that is listed in your `PATH` (e.g. ~/bin).
|
||||
|
||||
You may also use cargo to install Bartib from crates.io:
|
||||
|
@ -142,6 +144,12 @@ You may also use cargo to install Bartib from crates.io:
|
|||
cargo install bartib
|
||||
```
|
||||
|
||||
### From the AUR (Arch Linux)
|
||||
|
||||
```sh
|
||||
yay -S bartib
|
||||
```
|
||||
|
||||
### How to build Bartib
|
||||
|
||||
Bartib is written in rust. You may build it yourself with the help of cargo. Just clone this repository and execute the `cargo build` command in its main directory:
|
||||
|
|
Loading…
Reference in a new issue