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
@@ -1,6 +1,12 @@
# How to run this collator
First start two validators that will run for the relay chain:
First, build Polkadot:
```sh
cargo build --release
```
Then start two validators that will run for the relay chain:
```sh
cargo run --release -- -d alice --chain rococo-local --validator --alice --port 50551