From d36f8521842ba8e37f3de1eb58933f60011514bb Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Wed, 15 May 2019 12:29:42 +0200 Subject: [PATCH] Update Readme to use the init.sh script (#243) --- README.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 083660eb49f7e..06a37c8f4e7d5 100644 --- a/README.adoc +++ b/README.adoc @@ -126,10 +126,6 @@ If you'd actually like hack on Polkadot, you can just grab the source code and b [source, shell] ---- curl https://sh.rustup.rs -sSf | sh -rustup update nightly -rustup target add wasm32-unknown-unknown --toolchain nightly -rustup update stable -cargo install --git https://github.com/alexcrichton/wasm-gc sudo apt install cmake pkg-config libssl-dev git clang ---- @@ -145,6 +141,7 @@ Then build the code: [source, shell] ---- +./scripts/init.sh # Install WebAssembly. Update Rust ./scripts/build.sh # Builds the WebAssembly binaries cargo build # Builds all native code ----