diff --git a/README.md b/README.md index c178803..642ff45 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ Installation Just copy sandbox.lua wherever you need it. +Alternatively, you can use luarocks: + + luarocks install kikito/sandbox + License ======= diff --git a/sandbox.lua-0.0.1-0.rockspec b/sandbox-1.0.0-0.rockspec similarity index 84% rename from sandbox.lua-0.0.1-0.rockspec rename to sandbox-1.0.0-0.rockspec index 7fec198..86d377c 100644 --- a/sandbox.lua-0.0.1-0.rockspec +++ b/sandbox-1.0.0-0.rockspec @@ -1,10 +1,10 @@ -package = "sandbox.lua" +package = "sandbox" -version = "0.0.1-0" +version = "1.0.0-0" source = { url = "git://github.com/kikito/sandbox.lua.git", - tag = "0.0.1" + tag = "v1.0.0" } description = {