Fix install command in README (#354)

This commit is contained in:
Pierre Krieger
2018-07-17 20:31:34 +02:00
committed by Gav Wood
parent 5035f18a85
commit 1809f0596b
+1 -1
View File
@@ -15,7 +15,7 @@ sudo apt install make clang
Then, install Polkadot PoC-2:
```
cargo install --git https://github.com/paritytech/polkadot.git --branch v0.2
cargo install --git https://github.com/paritytech/polkadot.git --branch v0.2 polkadot
```
You'll now have a `polkadot` binary installed to your `PATH`. You can drop the