diff options
-rw-r--r-- | install.bat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install.bat b/install.bat index b34e97b3..42b01c43 100644 --- a/install.bat +++ b/install.bat | |||
@@ -125,8 +125,9 @@ Installs LuaRocks. | |||
125 | Default is %PROGRAMFILES%\LuaRocks | 125 | Default is %PROGRAMFILES%\LuaRocks |
126 | 126 | ||
127 | Configuring the destinations: | 127 | Configuring the destinations: |
128 | /TREE [dir] Root of the local tree of installed rocks. | 128 | /TREE [dir] Root of the local system tree of installed rocks. |
129 | Default is %PROGRAMFILES%\LuaRocks\systree | 129 | Default is {BIN}\..\ if {BIN} ends with '\bin' |
130 | otherwise it is {BIN}\systree. | ||
130 | /SCRIPTS [dir] Where to install commandline scripts installed by | 131 | /SCRIPTS [dir] Where to install commandline scripts installed by |
131 | rocks. Default is {TREE}\bin. | 132 | rocks. Default is {TREE}\bin. |
132 | /LUAMOD [dir] Where to install Lua modules installed by rocks. | 133 | /LUAMOD [dir] Where to install Lua modules installed by rocks. |