From 825152242d2a9cae29d28e212ba832fb62293c88 Mon Sep 17 00:00:00 2001 From: Luke Peterson Date: Sat, 15 Dec 2018 08:35:09 -0800 Subject: [PATCH] Remove redundant "From Source" documentation --- docs/content/documentation/getting-started/installation.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index c1ac908..ddf07ff 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -14,10 +14,6 @@ Zola is available on [Brew](https://brew.sh): $ 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 Use your favourite AUR helper to install the `zola-bin` package. @@ -49,7 +45,7 @@ $ choco install zola ``` ## 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): - OSX, Linux and other Unix: `make` (`gmake` on BSDs), `g++`, `libssl-dev`