Update README.md (#242)

* Update README.md

* clang is not required
This commit is contained in:
Sergey Pepyakin
2018-06-25 12:42:33 +03:00
committed by Gav Wood
parent 9804056c4e
commit 2f9ffb78e4
+1 -1
View File
@@ -74,7 +74,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc
cargo install --git https://github.com/pepyakin/wasm-export-table.git
sudo apt install make clang
sudo apt install cmake pkg-config libssl-dev
```
Then, grab the Polkadot source code: