We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5440a5e commit 0debe34Copy full SHA for 0debe34
README.md
@@ -11,9 +11,14 @@ Currently supports version >= 0.17
11
Installing
12
----------
13
14
-### Install lua-git2:
+### Install lua-git2 release 0.1:
15
16
- luarocks install https://raw.github.com/libgit2/luagit2/master/lua-git2-scm-0.rockspec
+ luarocks install lua-git2
17
+
18
19
+### Install lua-git2 from github:
20
21
+ luarocks install https://raw.githubusercontent.com/libgit2/luagit2/refs/heads/master/rockspecs/lua-git2-scm-0.rockspec
22
23
24
To re-generating the bindings
0 commit comments