aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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 !
</details>
+<details><summary>FreeBSD package/port</summary>
+
+* [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
+ ```
+
+</details>
+
<details><summary>Compile from git (unstable)</summary>
```shell