Skip to content

Commit

Permalink
Merge pull request #114 from opentensor/rajkaramchedu-patch-1
Browse files Browse the repository at this point in the history
Fixed the cargo build command
  • Loading branch information
garrett-opentensor committed Sep 9, 2024
2 parents bd15f42 + 71fd211 commit 008eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_on_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ These steps initialize your local subtensor chain in development mode. These com
Build the binary with the faucet feature enabled:

```bash
cargo build --release --features pow-faucet
cargo build -p node-subtensor --profile production --features pow-faucet
```

**NOTE**: The `--features pow-faucet` option in the above is required if we want to use the command `btcli wallet faucet` [See the below Mint tokens step](#8-mint-tokens-from-faucet).
Expand Down

0 comments on commit 008eef6

Please sign in to comment.