Skip to content

Commit

Permalink
readme: clarify example config.json usage
Browse files Browse the repository at this point in the history
  • Loading branch information
grische authored and skorpy2009 committed Jan 18, 2024
1 parent d0a6923 commit 7d2ffa5
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 @@ -19,7 +19,7 @@ It is recommended to use the latest release:
- Clone this repository
- Run `npm install`
- Place your config file in `public/config.json`.
You can copy the example config for testing/development: `cp config.example.json public`.
You can copy the example config for testing/development: `cp config.example.json public/config.json`.
- Run `npm run build`
- A production build can then be found in [`/build`](./build)

Expand Down

0 comments on commit 7d2ffa5

Please sign in to comment.