Parcourir la source

'README.txt' ändern

Daniel Wenzel il y a 2 ans
Parent
commit
851049f642
1 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 9 2
      README.txt

+ 9 - 2
README.txt

@@ -1,5 +1,12 @@
-apt install mosquitto-clients -y
-chmod +x sis2mqtt.sh
+apt install git mosquitto-clients sispmctl -y
+
+cd /scripts/
+git clone https://git.klenzel.net/daniel/sis2mqtt/
+cd sis2mqtt
+
+#Firewall-Zugriff auf MQTT-Server gewähren!
+#Topic, Client-ID und Pfad zu sispmctl in sis2mqtt.sh anpassen
+
 cp sispmctl.service /etc/systemd/system/
 systemctl daemon-reload
 systemctl enable sispmctl.service