mirror of
https://github.com/nikolassv/bartib
synced 2024-11-28 06:20:28 +00:00
added documentation of additional installation options
This commit is contained in:
parent
fa7af0809a
commit
c2d6c8e3d0
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue