Update installation notes
This commit is contained in:
parent
380a807783
commit
f6dac93ffc
|
@ -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…
Reference in a new issue