From e542d2b8ac412bcf6b04bc7536c09009a0a84db5 Mon Sep 17 00:00:00 2001
From: Dennis Eisold <de@itstall.de>
Date: Mon, 27 Jan 2020 18:42:31 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 131e155..3893408 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ pip3 install influxdb
 git clone https://www.gitrepo.de/wetterstation/mqtt2influxdb.git
 
 cd mqtt2influxdb
+
+cp config.json.default config.json
 ```
 
 Bevor ihr nun den Server Dienst starten könnt, müsst ihr natürlich noch eure Daten in die ```config.json``` eintragen ;)
-- 
GitLab