install multirust through homebrew on osx

This commit is contained in:
Marek Kotewicz 2016-02-01 11:10:36 +01:00
parent 86459bc5aa
commit bedc27c90f
1 changed files with 2 additions and 4 deletions

View File

@ -36,12 +36,10 @@ cargo build --release
##### OSX
```bash
# install rocksdb
# install rocksdb && multirust
brew update
brew install rocksdb
# install multirust
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
brew install multirust
# install nightly and make it default
multirust update nightly && multirust default nightly