Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ That's all !

</details>

<details><summary>FreeBSD package/port</summary>

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
Expand Down