From db70b600e63e5b91204c78d1e199088fda1f487e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 2 Jul 2022 01:34:05 +0200 Subject: [PATCH] Refine the initial configuration documentation section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57d4ab15..74c40030 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ npm install ## Initial configuration -Copy the configuration template file [src/assets/config-template.json](src/assets/config-template.json) to [src/assets/config.json](src/assets/config.json). -Tweak it to your needs by following the section [charging stations simulator configuration](README.md#charging-stations-simulator-configuration). +Copy the configuration template file [src/assets/config-template.json](src/assets/config-template.json) to [src/assets/config.json](src/assets/config.json). +Copy the authorization RFID tags template file [src/assets/authorization-tags-template.json](src/assets/authorization-tags-template.json) to [src/assets/authorization-tags.json](src/assets/authorization-tags.json). + +Tweak them to your needs by following the section [configuration files syntax](README.md#configuration-files-syntax). ## Start -- 2.34.1