Update README.md

added note on the bind = setting for OSX
This commit is contained in:
Jim Schrempp
2025-08-14 21:23:24 -07:00
committed by GitHub
parent 59f7bc73e1
commit c6f91b4d4e

View File

@@ -85,10 +85,17 @@ cp sample.config.ini config.ini
Edit `config.ini` to match your MQTT and web server settings:
```bash
nano config.ini
```
> **NOTE**
> On MacOS set the bind configuration line to
> ```
> bind = 127.0.0.1
> ```
Example:
```ini