Merge pull request #172 from memchk/add-voidlinux
Added installation method for Void Linux
This commit is contained in:
commit
76ad1164be
|
@ -30,6 +30,14 @@ Use your favourite AUR helper to install the `gutenberg-bin` package.
|
||||||
$ yaourt -S gutenberg-bin
|
$ yaourt -S gutenberg-bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Void Linux
|
||||||
|
|
||||||
|
From the terminal, run the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ xbps-install -S gutenberg
|
||||||
|
```
|
||||||
|
|
||||||
## From source
|
## From source
|
||||||
To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/)
|
To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/)
|
||||||
installed.
|
installed.
|
||||||
|
|
Loading…
Reference in a new issue