From e033a7a0e67a237cef35bb260008307629753b78 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Mon, 16 Oct 2023 06:35:09 -0400 Subject: [PATCH] Update subkey.md cd to new directory this wasn't changed to cd to the new git repository before running the build command --- content/md/en/docs/reference/command-line-tools/subkey.md | 2 +- 1 file changed, 1 insertion(+), 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..fc4b9ee0b 100644 --- a/content/md/en/docs/reference/command-line-tools/subkey.md +++ b/content/md/en/docs/reference/command-line-tools/subkey.md @@ -44,7 +44,7 @@ To install and compile the `subkey` program: 1. Change to the root directory of the Substrate repository by running the following command: ```bash - cd substrate + cd polkadot-sdk ``` 1. Compile the `subkey` program using the `nightly` toolchain by running the following command: