mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
Add FreeBSD package/port section.
This commit is contained in:
parent
966edfc232
commit
76b55c6168
14
README.md
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user