MQTT-Gateway/README.md
damage 8c819ba562 added readme and config example
config example might missing config examples... ?! :D
2024-09-15 21:49:17 +02:00

8 lines
100 B
Markdown

## build
```bash
apt install libmosquitto-dev
cp config.h.example config.h
# edit config.h
make
```