We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d2ed9 commit 93ac7a3Copy full SHA for 93ac7a3
1 file changed
README.md
@@ -37,8 +37,14 @@ Original Lua-cURLv2 binding has several problems:
37
38
## Installation
39
40
+Using LuaRocks:
41
```
-luarocks install lua-curl --server=https://rocks.moonscript.org/dev
42
+luarocks install Lua-cURL
43
+```
44
+
45
+Install current master:
46
47
+luarocks install Lua-cURL --server=https://rocks.moonscript.org/dev
48
49
50
## List of incompatibility with original [Lua-cURLv2](https://github.com/Lua-cURL/Lua-cURLv2)
0 commit comments