aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.