From 1cd76de8baa970b7f529caea1e9bf166f5555b6f Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 19 Feb 2016 11:57:59 +0100 Subject: [PATCH] Update readme for betaUpdate readme for beta --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40c8796e2..b840195d8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,8 @@ apt-get install -y --force-yes librocksdb-dev # install multirust curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes -# install nightly and make it default -multirust update nightly -multirust default nightly +# install beta and make it default +multirust default beta # download and build parity git clone https://github.com/ethcore/parity @@ -47,12 +46,11 @@ sudo cp -a librocksdb.so* /usr/lib sudo ldconfig cd .. -# install rust nightly +# install rust beta curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sudo sh -s -- --yes -# install nightly and make it default -sudo multirust update nightly -sudo multirust default nightly +# install beta and make it default +sudo multirust default beta # download and build parity git clone https://github.com/ethcore/parity @@ -68,8 +66,8 @@ brew update brew install rocksdb brew install multirust -# install nightly and make it default -multirust update nightly && multirust default nightly +# install beta and make it default +multirust default beta # download and build parity git clone https://github.com/ethcore/parity