diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |