Skip to content

Commit 91bbc03

Browse files
authored
Add Homebrew to the list of package managers (#80)
1 parent 87999e6 commit 91bbc03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ A convenient command-line tool helping you keep repositories clean.
99
# pip install git-delete-merged-branches
1010
```
1111

12-
If you are using one of the GNU/Linux distributions below, you can install
12+
If you are using one of the distributions below, you can install
1313
`git-delete-merged-branches` through the respective package manager, e.g.:
1414

1515
- [Arch Linux (AUR)](https://aur.archlinux.org/packages/git-delete-merged-branches/)
1616
`# yay -S git-delete-merged-branches`
17+
- [Homebrew](https://formulae.brew.sh/formula/git-delete-merged-branches)`# brew install git-delete-merged-branches`
1718
- [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/version-management/git-and-tools/git-delete-merged-branches/default.nix)
1819

1920

0 commit comments

Comments
 (0)