Add FreeBSD package/port section.

This commit is contained in:
Lewis Cook 2020-05-15 21:28:37 +01:00
parent 966edfc232
commit 76b55c6168
No known key found for this signature in database
GPG Key ID: 2A2AFC451E1EC726

View File

@ -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