commit deeec708aefaa756e125760c2c2d112f11be6588
parent 8a833d7a0c5994f0a256ea3f2b729a92162ba8af
Author: phoebos <ben@bvnf.space>
Date: Fri, 26 Apr 2024 17:43:47 +0100
update README
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -3,6 +3,8 @@ BLISS
An implementation of the kiss package manager in Lua.
+<https://git.bvnf.space/bliss/>
+
* [ ] alternatives
* [x] build
* [ ] hooks
@@ -37,3 +39,6 @@ Dependencies
Rationale: plain Lua lacks UNIX-specific bindings which we need (working with
files and paths) so either I would write a set of Lua bindings to C, but it's as
simple to use an existing set such as luaposix.
+
+[LDoc](https://github.com/lunarmodules/LDoc/) is used for internal documentation.
+For users, see kiss's documentation.