mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user