From 0ade4184c9e2143aabaef60287f1e1a6d367e7b5 Mon Sep 17 00:00:00 2001 From: Leopold Schwarz Date: Fri, 15 Nov 2019 14:15:52 +0100 Subject: [PATCH] fix formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2fe8b2..4f0fb45 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ The instructions are for Raspbian under the assumption that the script will be i * Optional: Install the Adafruit tool that reads the sensor data
Skip this step if you already have it.
> -> cd Zabbix-DHT -> git submodule update --init +> cd Zabbix-DHT
+> git submodule update --init
> cd external/Adafruit_Python_DHT
-> sudo python setup.py install +> sudo python setup.py install
* Edit the *readSensor* script and change as needed. At least the two variables **SENSOR** and **GPIOPIN** have to be adjusted to your setup. * Run the script: