aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-05-15 22:43:54 +0200
committerGitHub <noreply@github.com>2020-05-15 22:43:54 +0200
commit5029cc1e76de6ed08886d5cf9a06d444d6866282 (patch)
treec8692b622df708618638d4083d8fdebf04a5468d /README.md
parent966edfc2324e6526d9ee02b843c288124eeac306 (diff)
parent2926310033e07642673181fc30b93edc3da01adc (diff)
downloadgit-bug-5029cc1e76de6ed08886d5cf9a06d444d6866282.tar.gz
Merge pull request #388 from bsdlcook/freebsd-port
Include FreeBSD package 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..e81f5091 100644
--- a/README.md
+++ b/README.md
@@ -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