diff --git a/docs/running_on_staging.md b/docs/running_on_staging.md index e282dcfc..f9501cc6 100644 --- a/docs/running_on_staging.md +++ b/docs/running_on_staging.md @@ -87,7 +87,7 @@ cargo build -p node-subtensor --profile production --features pow-faucet Next, run the localnet script and turn off the attempt to build the binary (as we have already done this above): ```bash -BUILD_BINARY=0 ./scripts/localnet.sh +BUILD_BINARY=0 CARGO_PROFILE=production ./scripts/localnet.sh ``` **NOTE**: Watch for any build or initialization outputs in this step. If you are building the project for the first time, this step will take a while to finish building, depending on your hardware.