From 82c621342c3625f55661697fd57f535cfb9aa166 Mon Sep 17 00:00:00 2001 From: Alexander Kiranov Date: Fri, 22 Dec 2023 14:23:08 +0200 Subject: [PATCH] README.md: added short installation header --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be45310..66f31c9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ This library is written in **pure-lua** to provide maximum portability. * Full MQTT v5.0 client-side support * Support for Copas, OpenResty/Nginx, and an included lightweight ioloop. +# Installation + +From LuaRocks: + + luarocks install luamqtt + +[More details](./docs_topics/01-installation.md) + # Documentation See [https://xhaskx.github.io/luamqtt/](https://xhaskx.github.io/luamqtt/)