Skip to content

Commit 4af52f5

Browse files
authored
Update README.md
1 parent 9736c50 commit 4af52f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ sudo apt install make clang
1515
Then, install Polkadot PoC-1:
1616

1717
```
18-
cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1.0
18+
cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1
1919
```
2020

2121
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
22+
`--branch v0.1` to get the very latest version of Polkadot, but these
2323
instructions might not work in that case.
2424

2525
### Development

0 commit comments

Comments
 (0)