From f2864c0511956226d1ec8bc8e52c906727dbfea8 Mon Sep 17 00:00:00 2001 From: Dustin Raimondi Date: Fri, 11 Mar 2016 10:20:15 -0500 Subject: [PATCH] fix addition occurence of libgit2 version number --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 2781c9e..83c95b4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -64,7 +64,7 @@ directory, do: .. code-block:: sh - $ wget https://github.com/libgit2/libgit2/archive/v0.23.4.tar.gz + $ wget https://github.com/libgit2/libgit2/archive/v0.24.0.tar.gz $ tar xzf v0.24.0.tar.gz $ cd libgit2-0.24.0/ $ cmake .