From 8eb244f3799e3f0f06f62669f2ab2b814528522c Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 25 Sep 2024 17:18:25 -0500 Subject: Start working on readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5b75d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ + +We need to set the following environment variables to make luarocks behave correctly + + LUAROCKS_SYSCONFDIR = INSTALL_DIR + "/config" + +Then we can set everything else relative to `INSTALL_DIR + "/config"`, +`INSTALL_DIR + "/config/config-" + LUA_VERSION + ".lua"` + -- cgit v1.2.3-55-g6feb