diff options
author | Lewis Cook <vulcan@wired.sh> | 2020-05-15 21:28:37 +0100 |
---|---|---|
committer | Lewis Cook <vulcan@wired.sh> | 2020-05-15 21:28:37 +0100 |
commit | 76b55c616856dc2e933155ea421281fd9a2a67ea (patch) | |
tree | 8a7fce2b35862b1354b978bbae5a6e9551994a31 | |
parent | 966edfc2324e6526d9ee02b843c288124eeac306 (diff) | |
download | git-bug-76b55c616856dc2e933155ea421281fd9a2a67ea.tar.gz |
Add FreeBSD package/port section.
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |