From d9a7c74e5cdd4410ac34f570577e17eb89491fef Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 21 Oct 2018 12:37:01 +0200 Subject: [PATCH] Add simple script to get going on mac --- substrate/getgoing.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 substrate/getgoing.sh 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