aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 910fe66..03ef930 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ The `SYSCONFDIR` environment variable controls the location of where `mqttr.toml
Once built, the `mqttr` program (found in `target/{debug,release}/mqttr`) should
be located in some sensible place (e.g. `/usr/local/bin/mqttr`) and configured
-as a system service.
+as a system service. You can use the `./install` script to install it in a
+sensible place. Read this short script to see how it can be further configured.
`mqttr` does not have a way to double-fork, if you need this behaviour, use
`daemon` or some equivalent utility.