Skip to content
Snippets Groups Projects
Commit 5b3c7037 authored by Nikita Puzankov's avatar Nikita Puzankov Committed by GitHub
Browse files

`locked` flag added to building section. (#1723)

As described in #1717 running `cargo install` without `--locked` flag may end up with build fails.
parent bfb41c71
No related merge requests found
......@@ -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 <version> polkadot
cargo install --git https://github.com/paritytech/polkadot --tag <version> polkadot --locked
```
### Build from Source
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment