Browse Source

fix path to config file

friedger-patch-7
Friedger Müffke 3 years ago
committed by Alexander Graebe
parent
commit
cc930cd5b7
  1. 2
      src/pages/understand-stacks/running-mainnet-node.md

2
src/pages/understand-stacks/running-mainnet-node.md

@ -67,7 +67,7 @@ mkdir -p ./stacks-node/{persistent-data/stacks-blockchain/mainnet,config/mainnet
## Step 2: running Stacks blockchain
First, create the `./config/Config.toml` file and add the following content to the
First, create the `./config/mainnet/Config.toml` file and add the following content to the
file using a text editor:
```toml

Loading…
Cancel
Save