Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions io/mdns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ please read the [install instructions](https://www.npmjs.com/package/mdns) for t
For Debian / Ubuntu this requires installing

sudo apt-get install libavahi-compat-libdnssd-dev libudev-dev

> For DietPi installations, if you encounter this error when executing the node
>
> Error: getaddrinfo -3008
>
> You may need to install `libnss-mdns` as well
>
> sudo apt-get install libnss-mdns


Install
-------
Expand Down