aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLewis Cook <vulcan@wired.sh>2020-05-15 21:28:37 +0100
committerLewis Cook <vulcan@wired.sh>2020-05-15 21:28:37 +0100
commit76b55c616856dc2e933155ea421281fd9a2a67ea (patch)
tree8a7fce2b35862b1354b978bbae5a6e9551994a31 /README.md
parent966edfc2324e6526d9ee02b843c288124eeac306 (diff)
downloadgit-bug-76b55c616856dc2e933155ea421281fd9a2a67ea.tar.gz
Add FreeBSD package/port section.
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