icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit bf920e75d0b5df3523dd532e3cbd7f8b85455a12
parent 0a65229c6aaed1bb57cdeae675ac1ed6071d17be
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu,  3 Aug 2023 19:42:04 +0800

docs: update homebrew tap instructions

At some point I made this a more generic repo to handle
any and all homebrew packages that I want to maintain.

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mreadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -68,7 +68,7 @@ winget install icnsify ### [Brew](https://brew.sh) ```sh -brew tap jackmordaunt/homebrew-icnsify # Ensure tap is added first. +brew tap jackmordaunt/homebrew-tap # Ensure tap is added first. brew install icnsify ```