From 9f77d614d2643ab08e21cf893bdef01b30ae333c Mon Sep 17 00:00:00 2001 From: Jack Westmore Date: Wed, 20 Feb 2019 11:34:30 +0000 Subject: [PATCH] Changed README.adoc including clang in deps (#145) --- polkadot/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.adoc b/polkadot/README.adoc index b6c6bd6108..977f50d803 100644 --- a/polkadot/README.adoc +++ b/polkadot/README.adoc @@ -107,7 +107,7 @@ 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 +sudo apt install cmake pkg-config libssl-dev git clang ---- Then, grab the Polkadot source code: