Skip to content

Commit

Permalink
add nightly rust to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fu5ha committed Mar 13, 2018
1 parent ea8d1d1 commit 9bb7841
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 @@ -35,6 +35,12 @@ This repo serves as a monorepo that contains several crates, including the root

First, install Rust: https://rustup.rs/

Then make sure you're running nightly rust:
```sh
$ rustup toolchain install nightly
$ rustup default nightly
```

Then,

```sh
Expand Down

0 comments on commit 9bb7841

Please sign in to comment.