Merge pull request #167 from djKooks/readme-version

Add comment about rustc version in README
This commit is contained in:
Greg Fitzgerald 2018-05-02 18:08:13 -06:00 committed by GitHub
commit e47ef42a33
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,12 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt-preview
```
If your rustc version is lower than 1.25.0, please update it:
```bash
$ rustup update
```
Download the source code:
```bash