From c27c542e7c55c073a617d752c06c5cd42b136581 Mon Sep 17 00:00:00 2001 From: Shrey Birmiwal <67839663+shreybirmiwal@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:32:16 -0600 Subject: [PATCH] Update running_on_staging.md --- docs/running_on_staging.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/running_on_staging.md b/docs/running_on_staging.md index e282dcfc..ba88615f 100644 --- a/docs/running_on_staging.md +++ b/docs/running_on_staging.md @@ -76,6 +76,11 @@ Update to the nightly version of Rust: These steps initialize your local subtensor chain in development mode. These commands will set up and run a local subtensor. +CD into the subtensor folder +```bash +cd subtensor +``` + Build the binary with the faucet feature enabled: ```bash