diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 17:18:25 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 17:18:25 -0500 |
commit | 8eb244f3799e3f0f06f62669f2ab2b814528522c (patch) | |
tree | 6c9eca45d903110d66eb799e83032f4b43166f6b | |
parent | f0d8e65551129f9b441b880c4a8407bc5a35a5ef (diff) | |
download | luarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.tar.gz luarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.tar.bz2 luarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.zip |
Start working on readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5b75d --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,8 @@ | |||
1 | |||
2 | We need to set the following environment variables to make luarocks behave correctly | ||
3 | |||
4 | LUAROCKS_SYSCONFDIR = INSTALL_DIR + "/config" | ||
5 | |||
6 | Then we can set everything else relative to `INSTALL_DIR + "/config"`, | ||
7 | `INSTALL_DIR + "/config/config-" + LUA_VERSION + ".lua"` | ||
8 | |||