diff --git a/substrate/getgoing.sh b/substrate/getgoing.sh new file mode 100644 index 0000000000..98f360837d --- /dev/null +++ b/substrate/getgoing.sh @@ -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