Skip to content

Commit

Permalink
[docs] fix formatting on run-a-local-testnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored and davidiw committed Apr 4, 2022
1 parent cbe38f7 commit d116771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developer-docs-site/docs/tutorials/run-a-local-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Note: this command runs `aptos-node` from a genesis-only ledger state. If you wa
1. Start your local validator network
2. Copy the *Aptos root key path* and use it to replace the `mint-key-file-path` below
3. Run the following command to start a Faucet: ```
3. Run the following command to start a Faucet:
```
cargo run --package aptos-faucet -- \
--chain-id TESTING \
--mint-key-file-path "/tmp/694173aa3bbe019499bbd5cf3fe0e2fc/mint.key" \
Expand Down

0 comments on commit d116771

Please sign in to comment.