Update README.adoc (#108)

added newer rust version required, and instructions for updating Rust using `rustup update`
This commit is contained in:
Phil
2019-01-24 16:18:50 +01:00
committed by Robert Habermeier
parent 31a3a2e4df
commit c25674a18d
+9 -1
View File
@@ -27,7 +27,7 @@ Note that **Polkadot PoC-4** is yet to be released and *will be* in branch `v0.4
=== Install Rust
If you'd like to play with Polkadot, you'll need to install a client like this
one. First, get Rust (1.26.1 or later) and the support software if you don't already have it:
one. First, get Rust (1.32.0 or later) and the support software if you don't already have it:
[source, shell]
----
@@ -35,6 +35,14 @@ curl https://sh.rustup.rs -sSf | sh
sudo apt install make clang pkg-config libssl-dev
----
If you already have Rust installed, make sure you're using the latest version by running:
[source, shell]
----
rustup update
----
=== Install PoC-3 "Alexander" Testnet
Install Polkadot PoC-3 and have a `polkadot` binary installed to your `PATH` with: