This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 7da09f74 add missing `cd libgit2` (#2020)
7da09f74 is described below
commit 7da09f7411eae7f6855b15ea973543ec2eafc857
Author: Abhishek K M <[email protected]>
AuthorDate: Fri May 27 14:46:53 2022 +0530
add missing `cd libgit2` (#2020)
---
plugins/refdiff/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/refdiff/README.md b/plugins/refdiff/README.md
index 9a8b4747..e0e9dca6 100644
--- a/plugins/refdiff/README.md
+++ b/plugins/refdiff/README.md
@@ -74,6 +74,7 @@ machine.
```
apt install cmake
git clone https://github.com/libgit2/libgit2.git
+cd libgit2
git checkout v1.3.0
mkdir build
cd build