readme: --force no longer required (#1447)

This commit is contained in:
Nikolay Volf
2020-07-21 16:50:58 +03:00
committed by GitHub
parent 3f57b1c6e8
commit 90413260f0
+1 -1
View File
@@ -24,7 +24,7 @@ release and download the binary that is provided.
If you want to install Polkadot in your PATH, you can do so with with:
```bash
cargo install --force --git https://github.com/paritytech/polkadot --tag <version> polkadot
cargo install --git https://github.com/paritytech/polkadot --tag <version> polkadot
```
### Build from Source