Skip to content

Instantly share code, notes, and snippets.

@develCuy
Last active July 21, 2016 00:20
Show Gist options
  • Save develCuy/3ac88b55620179b54e40 to your computer and use it in GitHub Desktop.
Save develCuy/3ac88b55620179b54e40 to your computer and use it in GitHub Desktop.
Luarocks /etc/luarocks/config.lua
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