diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-01 16:00:28 +0300 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-01 16:00:28 +0300 |
| commit | 14af7754cfc5de913d5774a43ebf3f1653209814 (patch) | |
| tree | 56361822c039e2629ed4e586065a935c804c1cdf /README.md | |
| parent | 76f3fb4567f26372c14087dfac7d95032815fe37 (diff) | |
| download | applause2-14af7754cfc5de913d5774a43ebf3f1653209814.tar.gz | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
