aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-20 14:09:23 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-20 14:09:23 +0100
commit7a29b795824b8401c2b448cbea070d211591a136 (patch)
treea7115d3d9e968cefdf50a666d6a68206370c8c96 /README.md
parent847cfa692b20903a8c6a43c01948ded6db0035a7 (diff)
downloadmqttr-7a29b795824b8401c2b448cbea070d211591a136.tar.gz
mqttr-7a29b795824b8401c2b448cbea070d211591a136.tar.xz
mqttr-7a29b795824b8401c2b448cbea070d211591a136.zip
Simple install script
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.