Browse Source

Merge pull request #555 from rwhogg/patch-2

Mark required Rust version as 1.29
index-subcmd
Vincent Prouillet GitHub 5 years ago
parent
commit
8e4c91c36b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/documentation/getting-started/installation.md

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

@@ -47,7 +47,7 @@ $ choco install zola
```

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


Loading…
Cancel
Save