From 193d0184f017563b68fa48e17199ea139129e2be Mon Sep 17 00:00:00 2001 From: Carson Page Date: Wed, 8 Nov 2017 20:39:09 -0600 Subject: [PATCH] Added installation method for Void Linux --- .../content/documentation/getting-started/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index c43a9653..ade6dc97 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -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.