commit 3aa16927f1e0bf988fd74a9114ab4c85efc94686 parent 4e1050dabe47b3b425eeb9dda15d18d6240a772d Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Mon, 27 Feb 2023 13:23:55 +0800 docs: [brew] add homebrew tap Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com> Diffstat:
| M | readme.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md @@ -59,6 +59,13 @@ scoop bucket add jackmordaunt https://github.com/jackmordaunt/scoop-bucket scoop install jackmordaunt/icns # Name is defaulted to repo name. ``` +### [Brew](https://brew.sh) + +```sh +brew tap jackmordaunt/homebrew-icnsify # Ensure tap is added first. +brew install icnsify +``` + ### Clone ```