diff --git a/README.md b/README.md index 181cf7cff4cc4ad58482b6fc34b11a2282c02f58..f1b671d33c1cbce321326aae3193906f34edded8 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