You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/08/17 14:18:46 UTC

[incubator-devlake-website] branch main updated: docs: update libgit2 installation instructions

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 <li...@merico.dev>
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 libgit2@1.3.0
-```
-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