From 2f9ced05fb64dd9fb6708163682e2ec0fd503768 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 15 May 2018 17:47:18 +0100 Subject: Travis only has libgit2 0.24.0 so we need to relax requirements --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index c69d4d1..8c46c87 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,7 +29,7 @@ and then install `git-deps`: In this case it should be enough to install libgit2 via your distribution's packaging tool, e.g. on openSUSE: - sudo zypper install libgit2-22 + sudo zypper install libgit2-24 Then install `git-deps` which should also automatically install pygit2: -- cgit