mirror of
https://github.com/nikolassv/bartib
synced 2024-11-28 14:30:25 +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
10
README.md
10
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue