diff --git a/README.md b/README.md index 7599ff3..2785308 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ Zigbee smarthome stack -``` -./scripts/setup.sh -``` +- Mosquitto ([eclipse-mosquitto](https://hub.docker.com/_/eclipse-mosquitto)) +- Zigbee2MQTT (koenkk/[zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mqtt/)) -## Mosquitto ([eclipse-mosquitto](https://hub.docker.com/_/eclipse-mosquitto)) +## Setup -## Zigbee2MQTT (koenkk/[zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mqtt/)) +1. Create `.env` file with `MOSQUITTO_PASSWORD`. +2. Run setup script + ``` + ./scripts/setup.sh + ```