From 332698496fca35698feb73b34c391ba6e90bef8f Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Mon, 11 May 2026 12:33:03 -0700 Subject: [PATCH] fix(bump version): README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f22aa1..73d082e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ make build LUA_INCDIR=/path/to/lua/includes LUA=luajit ``` You may need to pass `LUA_DIR` (e.g. `/usr`) instead, must contain `include` and `lib` directories, -in which case it will also attempt to detect luajit automatically. +in which case it will also attempt to detect luajit automatically using the `bin` directory if present. You can also set `LUA_LIBDIR` and `LUALIB` individually instead, to be passed to `-L` and `-l` flags for the cli binary