From 778a063882526cf81f7f0c83a806d6ca6b110c1e Mon Sep 17 00:00:00 2001
From: Dennis Eisold <de@itstall.de>
Date: Mon, 27 Jan 2020 14:25:53 +0100
Subject: [PATCH] Update README.md

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

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