浏览代码

'README.md' ändern

Daniel Wenzel 3 年之前
父节点
当前提交
55390b750f
共有 1 个文件被更改,包括 4 次插入2 次删除
  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
+```