From 29242ec54eacc2309f1130fa8056fe8005dc4fac Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 11 Jul 2024 18:55:36 -0500 Subject: readme --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 79de80b..32ef0fa 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -## lullaby +# lullaby > a large multi-purpose library for lua (primarily 5.4) revolving around threading and cryptography, and including network, math, io, and table functions @@ -31,13 +31,17 @@ end, port) +## building + build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll` windows works through msys2 +--- + [some docs](docs/) -todo: +## todo: * (working on seperatley) gui for graphs -- cgit v1.2.3