From 3533447f7a36a5df8642a7d7fef8cb87808b6ab0 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 1 Feb 2016 11:27:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d360c969..ab1aa26e7 100644 --- a/README.md +++ b/README.md @@ -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