fix README.md

This commit is contained in:
Jacob Stannix 2024-08-22 12:11:54 -06:00
parent 0f326e1405
commit a4b5a889ce

View file

@ -8,12 +8,14 @@ zig build
## Build Artifacts
| Name | Artifact |
|:---------:| ------------------------- |
| "lua" | The main lua library |
| "lua_exe" | The lua interpreter |
| "luac" | The lua bytecode compiler |
## Compile Options
| Name | Type | Description |
|:------------:| ---- | -------------------------- |
| release | bool | optimize for end users |
| shared | bool | build as shared library |
| use_readline | bool | readline support for linux |