lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,
       I am looking for a way to distribute a Lua script using LuaRocks. The script Lua file will get installed in the directory which is in the Lua package.path. Can LuaRocks install it in a path that is also accessible to Lua on the command line:

> lua myscript.lua

should work. 

I was looking at the "Creating a rock" document here: https://github.com/keplerproject/luarocks/wiki/Creating-a-rock#Building_a_module
but it seems to assume that it is a module I think.

What should I do different to install a script so Lua can run it directly?

Thanks,
Milind