mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 04:47:59 +00:00
bash tutorial: change the working path after clone (#1210)
This commit is contained in:
+8
-2
@@ -204,8 +204,11 @@ Launch a local setup including a Relay Chain and a Parachain.
|
||||
#### Launch the Relay Chain
|
||||
|
||||
```bash
|
||||
# Compile Polkadot with the real overseer feature
|
||||
# Clone
|
||||
git clone https://github.com/paritytech/polkadot
|
||||
cd polkadot
|
||||
|
||||
# Compile Polkadot with the real overseer feature
|
||||
cargo build --release
|
||||
|
||||
# Generate a raw chain spec
|
||||
@@ -221,8 +224,11 @@ cargo build --release
|
||||
#### Launch the Parachain
|
||||
|
||||
```bash
|
||||
# Compile
|
||||
# Clone
|
||||
git clone https://github.com/paritytech/cumulus
|
||||
cd cumulus
|
||||
|
||||
# Compile
|
||||
cargo build --release
|
||||
|
||||
# Export genesis state
|
||||
|
||||
Reference in New Issue
Block a user