From 70754d53d196c6c97c899e65b4afe156afcb1e13 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Fri, 3 Nov 2023 12:49:50 +1100 Subject: [PATCH] Update subkey.md to instruct user to switch back to the parent directory first otherwise Alternative is to just run `../target/release/subkey --help`, but chaining commands may not be as clear to new users. --- content/md/en/docs/reference/command-line-tools/subkey.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/md/en/docs/reference/command-line-tools/subkey.md b/content/md/en/docs/reference/command-line-tools/subkey.md index 4a087b49c..7ba3bfedb 100644 --- a/content/md/en/docs/reference/command-line-tools/subkey.md +++ b/content/md/en/docs/reference/command-line-tools/subkey.md @@ -35,7 +35,7 @@ To install and compile the `subkey` program: 1. Verify that you have the Rust compiler and toolchain, if necessary. -1. Clone the Substrate repository, if necessary, by running the following command: +1. Clone the Polkadot SDK repository, if necessary, by running the following command: ```bash git clone https://github.com/paritytech/polkadot-sdk.git @@ -55,6 +55,12 @@ To install and compile the `subkey` program: Because of the number of packages involved, compiling the program can take several minutes. +1. Change back to the root directory of the Polkadot SDK repository by running the following command: + + ```bash + cd .. + ``` + 1. Verify that the `subkey` program is ready to use and view information about the options available by running the following command: ```bash