Browse Source

'README.md' ändern

Daniel Wenzel 3 years ago
parent
commit
55390b750f
1 changed files with 4 additions and 2 deletions
  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
+```