diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-15 17:47:18 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-15 22:52:07 +0100 |
commit | 2f9ced05fb64dd9fb6708163682e2ec0fd503768 (patch) | |
tree | 731d7a2341d8e08d507d1e8feb4892ef4fad706f /INSTALL.md | |
parent | c5de9993b6ecdedad302ebf084bc2cc137ecfb07 (diff) | |
download | git-deps-2f9ced05fb64dd9fb6708163682e2ec0fd503768.tar.gz |
Travis only has libgit2 0.24.0 so we need to relax requirements
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |