From 9e27cb713f623171497a2b315d13698f6b3395f7 Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Sun, 6 Oct 2019 13:04:20 +0200 Subject: [PATCH] Add config.json copy instruction to 'Development' as well --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4db8702bb1..6cbaca3b48 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,9 @@ bundle.css.map 116 kB 0 [emitted] main and rebuilds source files when they change. This development server also disables caching, so do NOT use it in production. +Configure the app by copying `config.sample.json` to `config.json` and +modifying it. See the [configuration docs](docs/config.md) for details. + Open http://127.0.0.1:8080/ in your browser to see your newly built Riot. ___