Skip to content
Snippets Groups Projects
Commit ac2b9168 authored by Luke Schoen's avatar Luke Schoen Committed by Gavin Wood
Browse files

Update Readme to use the init.sh script (#243)

parent c6aa447a
No related branches found
No related tags found
No related merge requests found
......@@ -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
----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment