Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lexfrl authored Jan 21, 2019
1 parent 57cc59c commit a4376e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ There is a list of all tools and dependencies required for this tutorial.
[rustup](https://github.com/rust-lang-nursery/rustup.rs#installation) is the easiest way to install Rust toolchains. Rust nightly toolchain is required since our contracts require some unstable features:

```bash
rustup install nightly-2018-07-24
rustup install nightly-2018-11-12
```

Also, we need to install `wasm32-unknown-unknown` to compile contracts to Wasm:
Expand Down

0 comments on commit a4376e1

Please sign in to comment.