summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-01-28 15:37:08 +0100
committerMikhail Burakov <mburakov@mailbox.org>2023-01-28 15:37:08 +0100
commit14b9d77b918cdcadae5b67b37990cfc4a7870e6f (patch)
treeb4943d4f3fa8ffc303082a9ce5fad0068465263f
parentce334f1de4169d3689353ac4183c7ee88319f8ba (diff)
Minor update to readmeHEADmaster
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 001c893..7033561 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a lightweight lua-scriptable http gateway to mosquitto.
## Building on Linux
-MQhTTp depends on libmosquitto and luajit. Once you have these installed, just
+The only dependency of MQhTTp is luajit (regular lua would also work). Once you have it installed, just
```
make
```
@@ -89,3 +89,7 @@ MQhTTp would publish to mosquitto anything that arrives as an HTTP POST request
## Bugs
Yes.
+
+## Where is toolbox?
+
+Note, that I don't use github for actual development anymore - it's just a mirror these days. Instead, I self-host git repos on https://burakov.eu. Read-only access is provided via cgit, i.e.: https://burakov.eu/mqhttp.git. Same stands for toolbox submodule, which is fetched via https using git commandline. You can as well access the code of toolbox directly using your browser: https://burakov.eu/toolbox.git.