install multirust through homebrew on osx
This commit is contained in:
parent
86459bc5aa
commit
bedc27c90f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user