From bbb41d166b744cb11fe9e82ddc86517e32d3b935 Mon Sep 17 00:00:00 2001 From: Felipe Lincoln Date: Fri, 6 Dec 2024 10:42:42 -0300 Subject: [PATCH] Update running_on_staging.md --- docs/running_on_staging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.