Update README.md

This commit is contained in:
Gav Wood
2018-05-16 17:09:41 +02:00
committed by GitHub
parent a5508ccc2d
commit 2c997769b3
+2 -2
View File
@@ -15,11 +15,11 @@ sudo apt install make clang
Then, install Polkadot PoC-1: Then, install Polkadot PoC-1:
``` ```
cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1.0 cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1
``` ```
You'll now have a `polkadot` binary installed to your `PATH`. You can drop the You'll now have a `polkadot` binary installed to your `PATH`. You can drop the
`--branch v0.1.0` to get the very latest version of Polkadot, but these `--branch v0.1` to get the very latest version of Polkadot, but these
instructions might not work in that case. instructions might not work in that case.
### Development ### Development