aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-26 18:28:18 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-26 18:28:18 +0100
commitd58df58423b6ab025284dece0d2a90b2e68910c4 (patch)
tree1ef238fc17a5a96c77a5dc726d1ec5c306f7ab44
parenta8bf951843e17f54fadd23a0d03596355ab55618 (diff)
downloadmqttt-d58df58423b6ab025284dece0d2a90b2e68910c4.tar.gz
mqttt-d58df58423b6ab025284dece0d2a90b2e68910c4.tar.xz
mqttt-d58df58423b6ab025284dece0d2a90b2e68910c4.zip
Document #, + and #emptyHEADmaster
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index be9edcd..12bf853 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,10 @@ something like systemd.
It's a good idea to run `mqttt` as its own dedicated user.
+The special `+` and `#` wildcards can be used as path components. Additonally
+`#empty` path component can be used to represent a topic such as `foo//bar` as
+the filesystem path `foo/#empty/bar`.
+
## Known bugs
* Executables are run sequentially