mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +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
|
#### Launch the Relay Chain
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Compile Polkadot with the real overseer feature
|
# Clone
|
||||||
git clone https://github.com/paritytech/polkadot
|
git clone https://github.com/paritytech/polkadot
|
||||||
|
cd polkadot
|
||||||
|
|
||||||
|
# Compile Polkadot with the real overseer feature
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
# Generate a raw chain spec
|
# Generate a raw chain spec
|
||||||
@@ -221,8 +224,11 @@ cargo build --release
|
|||||||
#### Launch the Parachain
|
#### Launch the Parachain
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Compile
|
# Clone
|
||||||
git clone https://github.com/paritytech/cumulus
|
git clone https://github.com/paritytech/cumulus
|
||||||
|
cd cumulus
|
||||||
|
|
||||||
|
# Compile
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
# Export genesis state
|
# Export genesis state
|
||||||
|
|||||||
Reference in New Issue
Block a user