Merge pull request #556 from hazelnusse/remove_documentation_redundancy

Remove redundant "From Source" documentation
This commit is contained in:
Vincent Prouillet 2018-12-16 18:15:05 +01:00 committed by GitHub
commit 9200d540ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,6 @@ Zola is available on [Brew](https://brew.sh):
$ brew install zola $ brew install zola
``` ```
## From source
To build it from source, you will need to have Git, [Rust (at least 1.30) and Cargo](https://www.rust-lang.org/)
installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass):
### Arch Linux ### Arch Linux
Use your favourite AUR helper to install the `zola-bin` package. Use your favourite AUR helper to install the `zola-bin` package.
@ -49,7 +45,7 @@ $ choco install zola
``` ```
## From source ## From source
To build it from source, you will need to have Git, [Rust (at least 1.29) and Cargo](https://www.rust-lang.org/) To build it from source, you will need to have Git, [Rust (at least 1.30) and Cargo](https://www.rust-lang.org/)
installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass): installed. You will also need additional dependencies to compile [libsass](https://github.com/sass/libsass):
- OSX, Linux and other Unix: `make` (`gmake` on BSDs), `g++`, `libssl-dev` - OSX, Linux and other Unix: `make` (`gmake` on BSDs), `g++`, `libssl-dev`