From 90413260f00c8408cdc2264f0faebb263a77d500 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 21 Jul 2020 16:50:58 +0300 Subject: [PATCH] readme: --force no longer required (#1447) --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index 0b971154b8..8190fc3f45 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -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 polkadot +cargo install --git https://github.com/paritytech/polkadot --tag polkadot ``` ### Build from Source