Skip to content
Snippets Groups Projects
Commit 2c997769 authored by Gav Wood's avatar Gav Wood Committed by GitHub
Browse files

Update README.md

parent a5508ccc
No related merge requests found
...@@ -15,11 +15,11 @@ sudo apt install make clang ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment