From c50528e0faecbb8a988bd9197daf9302a539792b Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 30 Jan 2022 03:08:57 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53d1c388..c78cab3f 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ ________________________________________________________________________________

Zigbee2MQTT LXC Container

-To create a new Proxmox [Zigbee2MQTT](https://www.zigbee2mqtt.io/) LXC Container, run the following from Proxmox web shell. +To create a new Proxmox Zigbee2MQTT LXC Container, run the following from Proxmox web shell. ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/zigbee2mqtt_container.sh)" @@ -530,12 +530,8 @@ advanced: ``` ⚙️ **Zigbee2mqtt can be started after completing the configuration** ```yaml -sudo systemctl start zigbee2mqtt +systemctl start zigbee2mqtt ``` -⚙️ **To start Zigbee2MQTT automatically on boot** - ```yaml -sudo systemctl enable zigbee2mqtt.service - ``` ⚙️ **To update Zigbee2Mqtt** ```yaml bash /opt/zigbee2mqtt/update.sh