diff options
author | Michael Muré <batolettre@gmail.com> | 2020-04-24 23:46:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 23:46:44 +0200 |
commit | 0434d9203a4accb8a805ed272b340a3a19d286b4 (patch) | |
tree | 393a22684979682ad6b5e96a44a8dab98f5d02f9 | |
parent | 4242150173124615ebad827dc4763a70d4952f1a (diff) | |
parent | ce8802be6be50a393ba1141f504b6c57591717e6 (diff) | |
download | git-bug-0434d9203a4accb8a805ed272b340a3a19d286b4.tar.gz |
Merge pull request #380 from ogirginc/master
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,6 +47,15 @@ That's all ! </details> +<details><summary>macOS packages</summary> + +* [Homebrew](https://formulae.brew.sh/formula/git-bug) + ``` + brew install git-bug + ``` + +</details> + <details><summary>Compile from git (unstable)</summary> ```shell |