diff options
| -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 | |||
