icns

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

commit 4e1050dabe47b3b425eeb9dda15d18d6240a772d
parent 59b54b19b238fcbc0eeca599d47a6ede64ad5452
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon, 27 Feb 2023 13:22:08 +0800

docs: [scoop] add personal bucket

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

Diffstat:
Mreadme.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -52,6 +52,13 @@ scoop bucket add extras # Ensure bucket is added first scoop install icnsify ``` +Or from my personal bucket: + +```powershell +scoop bucket add jackmordaunt https://github.com/jackmordaunt/scoop-bucket +scoop install jackmordaunt/icns # Name is defaulted to repo name. +``` + ### Clone ```