Skip to content

Commit d729895

Browse files
committed
fix addition occurence of libgit2 version number
1 parent 456bf59 commit d729895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ directory, do:
6464

6565
.. code-block:: sh
6666
67-
$ wget https://github.com/libgit2/libgit2/archive/v0.23.4.tar.gz
67+
$ wget
68+
https://github.com/libgit2/libgit2/archive/v0.24.0.tar.gz
6869
$ tar xzf v0.24.0.tar.gz
6970
$ cd libgit2-0.24.0/
7071
$ cmake .

0 commit comments

Comments
 (0)