Skip to content

Commit

Permalink
docs: add config file path and reference example (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal authored Sep 19, 2022
1 parent 95e1606 commit 3b21a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install
./bin/dashcore-node start
```

When running the start command, it will seek for a .dashcore folder with a dashcore-node.json conf file.
When running the start command, it will seek for `.dashcore/dashcore-node.json` conf file in the working directory (see [/docs/services/dashd.md](/docs/services/dashd.md) for an example).
If it doesn't exist, it will create it, with basic task to connect to dashd.

Some plugins are available :
Expand Down

0 comments on commit 3b21a1b

Please sign in to comment.