From 7d2ffa5b4ea9a90cc32073b0325f94b6a1438cf3 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:15:03 +0100 Subject: [PATCH] readme: clarify example config.json usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68927973..769d0c56 100644 --- a/README.md +++ b/README.md @@ -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)