Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e34cd2e

Browse files
authored
Merge pull request iotaledger#1324 from ivange94/develop
Docs: minor update
2 parents 38f7ef2 + b48bff4 commit e34cd2e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

documentation/docs/guide/chains_and_nodes/running-a-node.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,14 @@ or [create a private tangle](https://wiki.iota.org/hornet/how_tos/private_tangle
5555

5656
## Running the Node
5757

58-
After you have tweaked `config.json` to your liking, you can start a Wasp node by executing `wasp` in the same directory
59-
as shown in the following snippet.
58+
After you have tweaked `config.json` to your liking, you can start a Wasp node by executing `wasp` and providing the path to your `config.json` file with `-c`. Not providing this flag will cause your `config.json` file to be ignored and wasp will be started with default configurations.
6059

6160
```shell
6261
mkdir wasp-node
6362
cp config.json wasp-node
6463
cd wasp-node
6564
#<edit config.json as desired>
66-
wasp
65+
wasp -c config.json
6766
```
6867

6968
You can verify that your node is running by opening the dashboard with a web browser

0 commit comments

Comments
 (0)