Update README.md

This commit is contained in:
tteck 2021-08-23 06:09:35 -04:00 committed by GitHub
parent 2245e99e93
commit 63dc6f7713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 3 deletions

View File

@ -312,7 +312,12 @@ To start Zigbee2MQTT automatically on boot
```
sudo systemctl enable zigbee2mqtt.service
```
To update Zigbee2Mqtt, from the console run:
```
cd /opt/zigbee2mqtt
bash update.sh
```
</details>
</details>
@ -372,8 +377,12 @@ To start Zigbee2MQTT automatically on boot
```
sudo systemctl enable zigbee2mqtt.service
```
To update Zigbee2Mqtt, from the console run:
```
cd /opt/zigbee2mqtt
bash update.sh
```
</details>
</details>