diff --git a/README.md b/README.md
index 181cf7cff4cc4ad58482b6fc34b11a2282c02f58..e81f5091d0c34bcb5bea48fd6b51d90b123da3a8 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,20 @@ That's all !
+FreeBSD package/port
+
+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