Last active
July 21, 2016 00:20
-
-
Save DevElCuy/3ac88b55620179b54e40 to your computer and use it in GitHub Desktop.
Luarocks /etc/luarocks/config.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rocks_servers = { | |
-- [[http://luarocks.org/repositories/rocks]] | |
'http://luarocks.org:8080', | |
'http://luarocks.org:8080/dev', | |
} | |
rocks_trees = { | |
home..[[/.luarocks]], | |
[[/usr/local]] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment