aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-25 17:18:25 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-25 17:18:25 -0500
commit8eb244f3799e3f0f06f62669f2ab2b814528522c (patch)
tree6c9eca45d903110d66eb799e83032f4b43166f6b
parentf0d8e65551129f9b441b880c4a8407bc5a35a5ef (diff)
downloadluarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.tar.gz
luarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.tar.bz2
luarocks-packaging-8eb244f3799e3f0f06f62669f2ab2b814528522c.zip
Start working on readme
-rw-r--r--README.md8
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
2We need to set the following environment variables to make luarocks behave correctly
3
4 LUAROCKS_SYSCONFDIR = INSTALL_DIR + "/config"
5
6Then we can set everything else relative to `INSTALL_DIR + "/config"`,
7`INSTALL_DIR + "/config/config-" + LUA_VERSION + ".lua"`
8