Add simple script to get going on mac

This commit is contained in:
Gav Wood
2018-10-21 12:37:01 +02:00
committed by GitHub
parent 5579eeb761
commit d9a7c74e5c
+6
View File
@@ -0,0 +1,6 @@
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install openssl cmake
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
cargo install --git https://github.com/paritytech/substrate subkey
cargo install --git https://github.com/paritytech/substrate substrate