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:
Marcin S
2023-08-14 12:14:30 -04:00
committed by GitHub
parent 1a07354f5c
commit 37dccb1435
4 changed files with 17 additions and 4 deletions
+2
View File
@@ -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`