aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index b8a4ccb..c2bb81b 100644
--- a/readme.md
+++ b/readme.md
@@ -39,7 +39,7 @@ end, port)
build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll`
-windows works through msys2, install `mingw-w64-x86_64-lua` then run `make CC=gcc`
+windows may work through msys2, install `mingw-w64-x86_64-lua` then run `make CC=gcc` it is not tested enough currently
you can install with `doas make install` which will install lullaby.so into /usr/local/lib/lua/5.X
@@ -58,8 +58,6 @@ for working on the code base, i recommend using bear to generate compile_command
* better tests
* rewrite docs
-
- * net mostly complete
* portability (memmem)