Fix rockspec

This commit is contained in:
Antonin Décimo
2016-01-22 01:27:47 +01:00
parent 3fb40c9099
commit 877e5b4566
2 changed files with 6 additions and 1 deletions

View File

@@ -92,6 +92,11 @@ love-release is only installable through LuaRocks and highly depends on LuaRocks
```sh
# sudo
luarocks install --server=http://luarocks.org/dev lua-zip
# latest stable version
luarocks install love-release
# development version
luarocks install --server=http://luarocks.org/dev love-release
```