From f6dac93ffc07f55f931f9221712aeef7a1aaf937 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 16 Oct 2017 15:22:47 +0200 Subject: [PATCH] Update installation notes --- .../getting-started/installation.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index ce553275..f84416b1 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -8,15 +8,25 @@ Gutenberg provides pre-built binaries for Mac OS, Linux and Windows on the ## Mac OS -TODO: it's not on brew right now +Gutenberg is not currently available on Homebrew at the moment. + +If you can help package it, please comment on https://github.com/Keats/gutenberg/issues/12 +if you encounter any issues. ## Windows -TODO: i have no clue whatsoever about packages in Windows +I am not aware of the package management state in Windows. + +If you can help package it, please comment on https://github.com/Keats/gutenberg/issues/12 +if you encounter any issues. ## Archlinux -TODO: add a `gutenberg-bin` in AUR and explain how to install it +Use your favourite AUR helper to install the `gutenberg-bin` package. + +```bash +$ yaourt -S gutenberg-bin +``` ## From source To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/en-US/)