Browse Source

Added installation method for Void Linux

index-subcmd
Carson Page 6 years ago
parent
commit
193d0184f0
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/content/documentation/getting-started/installation.md

+ 8
- 0
docs/content/documentation/getting-started/installation.md View File

@@ -30,6 +30,14 @@ Use your favourite AUR helper to install the `gutenberg-bin` package.
$ yaourt -S gutenberg-bin
```

## Void Linux

From the terminal, run the following command:

```bash
$ xbps-install -S gutenberg
```

## From source
To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/)
installed.


Loading…
Cancel
Save