Skip to content

Commit

Permalink
Update subkey.md to instruct user to switch back to the parent direct…
Browse files Browse the repository at this point in the history
…ory first otherwise (#2085)

Alternative is to just run `../target/release/subkey --help`, but chaining commands may not be as clear to new users.

Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
ltfschoen and shawntabrizi authored Aug 29, 2024
1 parent e9762ba commit a6995fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/md/en/docs/reference/command-line-tools/subkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a6995fd

Please sign in to comment.