Skip to content

Commit

Permalink
Merge pull request #167 from djKooks/readme-version
Browse files Browse the repository at this point in the history
Add comment about rustc version in README
  • Loading branch information
garious authored May 3, 2018
2 parents 62a6051 + ab81779 commit 4ad50f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad50f0

Please sign in to comment.