From 5b3c703789e7f8ad08a97c034bc59b31ce7ffdf7 Mon Sep 17 00:00:00 2001 From: Nikita Puzankov Date: Tue, 15 Sep 2020 16:13:10 +0400 Subject: [PATCH] `locked` flag added to building section. (#1723) As described in #1717 running `cargo install` without `--locked` flag may end up with build fails. --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index 2d18951181..d254535f8b 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -67,7 +67,7 @@ dnf install polkadot If you want to install Polkadot in your PATH, you can do so with with: ```bash -cargo install --git https://github.com/paritytech/polkadot --tag polkadot +cargo install --git https://github.com/paritytech/polkadot --tag polkadot --locked ``` ### Build from Source