mirror of
https://github.com/kikito/lua-sandbox.git
synced 2024-12-18 03:04:20 +00:00
chore - publish rockspec and add luarocks instructions
This commit is contained in:
parent
a8b9c31ad5
commit
e28e0bef65
@ -164,6 +164,10 @@ Installation
|
|||||||
|
|
||||||
Just copy sandbox.lua wherever you need it.
|
Just copy sandbox.lua wherever you need it.
|
||||||
|
|
||||||
|
Alternatively, you can use luarocks:
|
||||||
|
|
||||||
|
luarocks install kikito/sandbox
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
package = "sandbox.lua"
|
package = "sandbox"
|
||||||
|
|
||||||
version = "0.0.1-0"
|
version = "1.0.0-0"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/kikito/sandbox.lua.git",
|
url = "git://github.com/kikito/sandbox.lua.git",
|
||||||
tag = "0.0.1"
|
tag = "v1.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = {
|
description = {
|
Loading…
Reference in New Issue
Block a user