Explorar el Código

'README.md' ändern

Daniel Wenzel hace 3 años
padre
commit
55390b750f
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -4,7 +4,9 @@ Script zum Herunterladen der aktuellen Konfiguration aller TP-Link Switche im Ha
 
 Installation:
 
+```
 apt install expect
-mkdir /switchbackup
+mkdir -p /switchbackup/tp-link
 git clone http://git.klenzel.net/daniel/switch-backup
-chmod +x get-conf.sh backup.sh
+chmod +x get-conf.sh backup.sh
+```