Update README.md

This commit is contained in:
tteckster 2022-07-16 15:35:23 -04:00 committed by GitHub
parent 2b73af9c23
commit f397682828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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
```