Add FreeBSD package/port section.

Lewis Cook created

Change summary

README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)

Detailed changes

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