From 7f098da4597a95c5754637388bb57da67f794a4e Mon Sep 17 00:00:00 2001 From: Laurence McGlashan Date: Mon, 14 Aug 2023 16:11:32 +0100 Subject: [PATCH] README.md: Fix link to conan packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711e848e0..3ed33df55 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ But if you _do_ want to use libgit2 directly - because you're building an application in C - then you may be able use an existing binary. There are packages for the [vcpkg](https://github.com/Microsoft/vcpkg) and -[conan](https://conan.io/center/libgit2) +[conan](https://conan.io/center/recipes/libgit2) package managers. And libgit2 is available in [Homebrew](https://formulae.brew.sh/formula/libgit2) and most Linux distributions.