This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 13e9e75e docs: update libgit2 installation instructions
13e9e75e is described below

commit 13e9e75e46cf8e052a7884140d199e4ffd422da8
Author: zhangliang <[email protected]>
AuthorDate: Wed Aug 17 18:29:53 2022 +0800

    docs: update libgit2 installation instructions
---
 docs/Plugins/refdiff.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/Plugins/refdiff.md b/docs/Plugins/refdiff.md
index cc72e774..65e5f640 100644
--- a/docs/Plugins/refdiff.md
+++ b/docs/Plugins/refdiff.md
@@ -110,11 +110,8 @@ make install
 ```
 
 ### MacOS
-1. [MacPorts](https://guide.macports.org/#introduction) install
-```
-port install [email protected]
-```
-2. Source install
+
+NOTE:Do **NOT** install libgit2 via `MadPorts` or `homebrew`, install from 
source instead.
 ```
 brew install cmake
 git clone https://github.com/libgit2/libgit2.git

Reply via email to