Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5ad536

Browse files
author
Nikita Puzankov
authoredSep 15, 2020
locked flag added to building section. (paritytech#1723)
As described in paritytech#1717 running `cargo install` without `--locked` flag may end up with build fails.
1 parent b282486 commit f5ad536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dnf install polkadot
6767
If you want to install Polkadot in your PATH, you can do so with with:
6868

6969
```bash
70-
cargo install --git https://github.com/paritytech/polkadot --tag <version> polkadot
70+
cargo install --git https://github.com/paritytech/polkadot --tag <version> polkadot --locked
7171
```
7272

7373
### Build from Source

0 commit comments

Comments
 (0)
Please sign in to comment.