Update README.md

This commit is contained in:
Gav Wood 2016-02-01 11:27:46 +01:00
parent bedc27c90f
commit 3533447f7a
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh |
multirust update nightly && multirust default nightly
# export rust LIBRARY_PATH
LIBRARY_PATH /usr/local/lib
export LIBRARY_PATH=/usr/local/lib
# download and build parity
git clone https://github.com/ethcore/parity
@ -45,7 +45,7 @@ brew install multirust
multirust update nightly && multirust default nightly
# export rust LIBRARY_PATH
LIBRARY_PATH /usr/local/lib
export LIBRARY_PATH=/usr/local/lib
# download and build parity
git clone https://github.com/ethcore/parity