diff options
author | Michael Muré <batolettre@gmail.com> | 2020-05-15 22:43:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 22:43:54 +0200 |
commit | 5029cc1e76de6ed08886d5cf9a06d444d6866282 (patch) | |
tree | c8692b622df708618638d4083d8fdebf04a5468d | |
parent | 966edfc2324e6526d9ee02b843c288124eeac306 (diff) | |
parent | 2926310033e07642673181fc30b93edc3da01adc (diff) | |
download | git-bug-5029cc1e76de6ed08886d5cf9a06d444d6866282.tar.gz |
Merge pull request #388 from bsdlcook/freebsd-port
Include FreeBSD package 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> + +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 |