mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
2245e99e93
commit
63dc6f7713
11
README.md
11
README.md
|
@ -312,6 +312,11 @@ 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>
|
||||
|
||||
|
@ -372,7 +377,11 @@ 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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue