From bfdd398b5d6cb085193e9f9133161e00072b22f7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 30 Jan 2022 04:49:52 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcd842d6..d8e9d669 100644 --- a/README.md +++ b/README.md @@ -502,7 +502,9 @@ ls -l /dev/serial/by-id Example Output: ```lrwxrwxrwx 1 root root 13 Jun 19 17:30 usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0``` -⚠️ **Before you start Zigbee2MQTT you need to edit the [configuration.yaml](https://www.zigbee2mqtt.io/guide/configuration/), Run from the LXC console** +⚙️ ⚠️ **Before you start Zigbee2MQTT you need to edit the [configuration.yaml](https://www.zigbee2mqtt.io/guide/configuration/)** + +Run from the LXC console ```yaml nano /opt/zigbee2mqtt/data/configuration.yaml ``` @@ -530,12 +532,16 @@ advanced: network_key: GENERATE channel: 20 ``` -⚙️ **Zigbee2MQTT can be started after completing the configuration, Run from the LXC console** +⚙️ **Zigbee2MQTT can be started after completing the configuration** + +Run from the LXC console ```yaml cd /opt/zigbee2mqtt npm start ``` -⚙️ **To update Zigbee2MQTT, Run from the LXC console** +⚙️ **To update Zigbee2MQTT** + +Run from the LXC console ```yaml bash /opt/zigbee2mqtt/update.sh ```