mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
PVF workers: some fixes for cargo run and cargo install (#7608)
- Update some places where `cargo run` was used - Add note to error messages about `cargo build` before `cargo run` - Fix call to `cargo install` in readme
This commit is contained in:
@@ -64,5 +64,7 @@ docker run --rm -i \
|
||||
|
||||
### Test locally
|
||||
|
||||
Make sure you've built Polkadot, then:
|
||||
|
||||
1. `cargo run -p polkadot --features fast-runtime -- --chain polkadot-dev --tmp --alice -lruntime=debug`
|
||||
2. `cargo run -p staking-miner -- --uri ws://localhost:9944 monitor --seed-or-path //Alice phrag-mms`
|
||||
|
||||
Reference in New Issue
Block a user