mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
locked flag added to building section. (#1723)
As described in #1717 running `cargo install` without `--locked` flag may end up with build fails.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user