Skip to content

Commit

Permalink
Update Readme to use the init.sh script (paritytech#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen authored and gavofyork committed May 15, 2019
1 parent 1d97345 commit d36f852
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand All @@ -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
----
Expand Down

0 comments on commit d36f852

Please sign in to comment.