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