We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9736c50 commit 4af52f5Copy full SHA for 4af52f5
README.md
@@ -15,11 +15,11 @@ sudo apt install make clang
15
Then, install Polkadot PoC-1:
16
17
```
18
-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
19
20
21
You'll now have a `polkadot` binary installed to your `PATH`. You can drop the
22
-`--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
23
instructions might not work in that case.
24
25
### Development
0 commit comments