From 14b9d77b918cdcadae5b67b37990cfc4a7870e6f Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sat, 28 Jan 2023 15:37:08 +0100 Subject: Minor update to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3