diff options
-rw-r--r-- | src/luarocks/make.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luarocks/make.lua b/src/luarocks/make.lua index 15167c1e..13682413 100644 --- a/src/luarocks/make.lua +++ b/src/luarocks/make.lua | |||
@@ -33,6 +33,8 @@ This command is useful as a tool for debugging rockspecs. | |||
33 | To install rocks, you'll normally want to use the "install" and | 33 | To install rocks, you'll normally want to use the "install" and |
34 | "build" commands. See the help on those for details. | 34 | "build" commands. See the help on those for details. |
35 | 35 | ||
36 | NB: Use `luarocks install` with the `--only-deps` flag if you want to install dependencies of the rockspec (see `luarocks help install`) | ||
37 | |||
36 | --pack-binary-rock Do not install rock. Instead, produce a .rock file | 38 | --pack-binary-rock Do not install rock. Instead, produce a .rock file |
37 | with the contents of compilation in the current | 39 | with the contents of compilation in the current |
38 | directory. | 40 | directory. |