From 05d160c587e1e900f71a73dbb3bf81b1a2490615 Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 21 Aug 2021 08:37:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 569936f8..1df8954e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ This will open an empty file. Paste the following into it. ``` allow_anonymous false password_file /etc/mosquitto/passwd +listener 1883 +# ... ``` Save and exit the text editor with "Ctrl+O", "Enter" and "Ctrl+X".