diff --git a/README.md b/README.md index 00489209..1c5eae77 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,10 @@ Zigbee2mqtt can be started after completing the configuration by running ``` sudo systemctl start zigbee2mqtt ``` +To start Zigbee2MQTT automatically on boot + ``` + sudo systemctl enable zigbee2mqtt.service + ```