Add link to aur package

This commit is contained in:
Jonathan Neidel 2022-01-13 18:11:00 +01:00 committed by GitHub
parent c6c9ba17f8
commit 75a3cbf609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,8 @@ Do you want to be as happy as Alice? Use Bartib!
### How to install 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). 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: 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 cargo install bartib
``` ```
### From the AUR (Arch Linux)
```sh
yay -S bartib
```
### How to build 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: 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:
@ -249,4 +257,4 @@ bartib edit # open the activity log in the editor you have defined in your `ED
bartib edit -e vim # open the activity log in a given editor bartib edit -e vim # open the activity log in a given editor
bartib check # check your activity log for invalid lines bartib check # check your activity log for invalid lines
``` ```