aboutsummaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-11-12 14:33:57 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-11-12 14:33:57 +0100
commit26817ad233a80fc0d9cc04301ba57904b6c5904e (patch)
treefdcfd7e492f0406ceefdcb94e2f93b0bc4eae910 /install.bat
parent42999790aa9737d82c1fcda4f68d4f095a64389d (diff)
downloadluarocks-26817ad233a80fc0d9cc04301ba57904b6c5904e.tar.gz
luarocks-26817ad233a80fc0d9cc04301ba57904b6c5904e.tar.bz2
luarocks-26817ad233a80fc0d9cc04301ba57904b6c5904e.zip
minor text update
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/install.bat b/install.bat
index 3c7d1093..02a3f013 100644
--- a/install.bat
+++ b/install.bat
@@ -65,9 +65,10 @@ local function print_help()
65 print(S[[ 65 print(S[[
66Installs LuaRocks. 66Installs LuaRocks.
67 67
68/P [dir] (REQUIRED) Where to install. 68/P [dir] (REQUIRED) Where to install LuaRocks.
69 Note that version; $VERSION, will be 69 Note that version; $VERSION, will be appended to this
70 appended to this path. 70 path, so "/P c:\luarocks\" will install in
71 "c:\luarocks\$VERSION\"
71 72
72Configuring the destinations: 73Configuring the destinations:
73/TREE [dir] Root of the local tree of installed rocks. 74/TREE [dir] Root of the local tree of installed rocks.