added documentation of additional installation options

This commit is contained in:
Nikolas Schmidt-Voigt 2022-04-28 15:20:46 +02:00
parent fa7af0809a
commit c2d6c8e3d0

View file

@ -134,10 +134,12 @@ Do you want to be as happy as Alice? Use Bartib!
### How to install Bartib
#### With Cargo
#### Download an executable
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).
#### With Cargo
You may also use cargo to install Bartib from crates.io:
```bash
@ -150,6 +152,20 @@ cargo install bartib
yay -S bartib
```
#### Via homebrew
```sh
brew install bartib
```
#### Via apk (Alpine Linux)
```sh
apk add bartib
```
(Currently bartib is only available in the [testing repository](https://pkgs.alpinelinux.org/packages?name=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: