Skip to content

Commit

Permalink
Merge pull request solana-labs#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 48d9414 + b950e33 commit e47ef42
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 e47ef42

Please sign in to comment.