Skip to content

Commit

Permalink
markdown improve
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Dec 22, 2023
1 parent c652064 commit 46fb48a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ From LuaRocks:

See [https://xhaskx.github.io/luamqtt/](https://xhaskx.github.io/luamqtt/)

[More details](./docs_topics/README.md)

# Forum

See [flespi forum thread](https://forum.flespi.com/d/97-luamqtt-mqtt-client-written-in-pure-lua)
Expand Down
2 changes: 2 additions & 0 deletions docs_topics/03-lua_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ It's tested to work on Debian 9 GNU/Linux with Lua versions:
* LuaJIT 2.0.0 ... LuaJIT 2.1.0 beta3
* It may also work on other Lua versions without any guarantees

So basically it should work on any modern Linux-based OS with Lua interpreter available.

Also has run under **Windows** and it was ok, but installing luarocks-modules may be a non-trivial task on this OS.
11 changes: 11 additions & 0 deletions docs_topics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Short documentation topics

[Installation](./01-installation.md)

[Dependencies](./02-dependencies.md)

[Lua versions](./03-lua_versions.md)

[MQTT versions](./04-mqtt_versions.md)

[Connectors](./05-connectors.md)

0 comments on commit 46fb48a

Please sign in to comment.