瀏覽代碼

Update README.md

tteckster 3 年之前
父節點
當前提交
f397682828
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -843,8 +843,7 @@ npm start
  
 Run in the LXC console
  ```yaml
-cd /opt/zigbee2mqtt
-bash update.sh
+cd /opt/zigbee2mqtt && bash update.sh
  ```
 ⚙️ **Copy Data From a Existing Zigbee2MQTT LXC to another Zigbee2MQTT LXC**
 
@@ -1541,8 +1540,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror-
 
 Run in the LXC Console
 ```yaml
-cd /opt/magicmirror
-git pull && npm install --only=prod --omit=dev
+cd /opt/magicmirror && git pull && npm install --only=prod --omit=dev
 ```