From 14af7754cfc5de913d5774a43ebf3f1653209814 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 1 May 2024 16:00:28 +0300 Subject: format tables in LDoc via HTML instead of Markdown * this is unreliable but should be tested on the build server as well * drops the lua-discount dependency * updated TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 05113ee..abd8bde 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ To compile the project, type: make Up-to-date documentation is available at the [website](http://rhaberkorn.github.io/applause2). -In case you want to build it manually, install the `lua-ldoc` and `lua-discount` packages and type: +In case you want to build it manually, install [LDoc](https://stevedonovan.github.io/ldoc/) +(for instance `luarocks install ldoc`) and type: make doc -- cgit v1.2.3