Pārlūkot izejas kodu

'README.txt' ändern

Daniel Wenzel 2 gadi atpakaļ
vecāks
revīzija
851049f642
1 mainītis faili ar 9 papildinājumiem un 2 dzēšanām
  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