Browse Source

Update installation notes

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
f6dac93ffc
1 changed files with 13 additions and 3 deletions
  1. +13
    -3
      docs/content/documentation/getting-started/installation.md

+ 13
- 3
docs/content/documentation/getting-started/installation.md View File

@@ -8,15 +8,25 @@ Gutenberg provides pre-built binaries for Mac OS, Linux and Windows on the


## Mac OS ## 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 ## 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 ## 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 ## From source
To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/en-US/) To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/en-US/)


Loading…
Cancel
Save