aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2015-07-26 22:35:42 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2015-07-26 22:35:42 +0200
commit908756d54f22d16b743dad5d5d8314b4fb03817b (patch)
tree0e4f1a1a60ac7819ec488fae60b3a26d4e5e412e
parent6a0de88abc9bae4a50df72f702936c91e6109781 (diff)
downloadluarocks-908756d54f22d16b743dad5d5d8314b4fb03817b.tar.gz
luarocks-908756d54f22d16b743dad5d5d8314b4fb03817b.tar.bz2
luarocks-908756d54f22d16b743dad5d5d8314b4fb03817b.zip
update commandline help Windows installer
-rw-r--r--install.bat5
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
127Configuring the destinations: 127Configuring 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.