From 097e9b5dfa934848f272a16fb230d8c34a163132 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Nov 2015 08:15:52 -0800 Subject: [PATCH] Just note that CMake is always required Closes #85 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c012b4a64d..3ffd930863 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ git2 = "0.3" ## Building git2-rs -First, you'll need to install _CMake_ and _pkg-config_ if you don't already -have libgit2 installed elsewhere on the system. Afterwards, just run: +First, you'll need to install _CMake_. Afterwards, just run: ```sh $ git clone --recursive https://github.com/alexcrichton/git2-rs