[ci skip] update readme to exclude beta spec (stable is ok)

This commit is contained in:
Nikolay Volf 2016-03-11 18:08:29 +03:00
parent fcc0432856
commit 89dbc2ac25
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ Then, download and build Parity:
git clone https://github.com/ethcore/parity
cd parity
# parity should be built with rust beta
multirust override beta
# build in release mode
cargo build --release
```