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

View File

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