diff options
author | Ogulcan Girginc <ogirginc@gmail.com> | 2020-04-23 17:01:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 17:01:13 +0300 |
commit | ce8802be6be50a393ba1141f504b6c57591717e6 (patch) | |
tree | 393a22684979682ad6b5e96a44a8dab98f5d02f9 /README.md | |
parent | 4242150173124615ebad827dc4763a70d4952f1a (diff) | |
download | git-bug-ce8802be6be50a393ba1141f504b6c57591717e6.tar.gz |
Update README.md
Display Homebrew option to install git-bug on macOS.
Diffstat (limited to '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 |