icns

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

commit fc8699534bd85cf23bbce098bce8d768adca85f6
parent b6b3df994924f27113bbe468ed8de407e961cc97
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Fri,  8 Dec 2023 11:38:10 +0800

docs: update install commands

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

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

diff --git a/readme.md b/readme.md @@ -42,7 +42,7 @@ Note: `preview` has it's own `go.mod` and therefore is versioned independently ( ### Go Tool ``` -go install github.com/jackmordaunt/icns/v2/cmd/icnsify@latest +go install github.com/jackmordaunt/icns/cmd/icnsify@latest ``` ### [Scoop](https://scoop.sh/) @@ -93,7 +93,7 @@ Standard ## Library -`go get github.com/jackmordaunt/icns/v2` +`go get github.com/jackmordaunt/icns/v3` ```go func main() {