Skip to content

Commit 88aa8e8

Browse files
authored
Add note on avahi-utils
1 parent 81b7422 commit 88aa8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wled-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ EOF
8787
# Discover devices using mDNS
8888
discover_devices() {
8989
if ! command -v avahi-browse &> /dev/null; then
90-
log "ERROR" "$RED" "'avahi-browse' is required but not installed."
90+
log "ERROR" "$RED" "'avahi-browse' is required but not installed, please install avahi-utils using your preferred package manager."
9191
exit 1
9292
fi
9393

0 commit comments

Comments
 (0)