From f3976828287932aa158239d5f2e5a5fc793aa629 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Jul 2022 15:35:23 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e3f51b2..ff422513 100644 --- a/README.md +++ b/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 ```