From 76b55c616856dc2e933155ea421281fd9a2a67ea Mon Sep 17 00:00:00 2001 From: Lewis Cook Date: Fri, 15 May 2020 21:28:37 +0100 Subject: Add FreeBSD package/port section. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 181cf7cf..f1b671d3 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,20 @@ That's all ! +
FreeBSD package/port + +* [Freshports](https://www.freshports.org/devel/git-bug/) +Install via the package manager + ``` + pkg install git-bugs + ``` +Or from the ports collection + ``` + cd /usr/ports/devel/git-bug && make install clean + ``` + +
+
Compile from git (unstable) ```shell -- cgit