From 2d63f6da2e5ed2547995c4c06899d78ddee0bfdf Mon Sep 17 00:00:00 2001 From: nodi-andy Date: Mon, 25 Apr 2022 10:38:21 +0200 Subject: [PATCH] bash tutorial: change the working path after clone (#1210) --- cumulus/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cumulus/README.md b/cumulus/README.md index 6957941bc8..0a46395d26 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -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