From fc8699534bd85cf23bbce098bce8d768adca85f6 Mon Sep 17 00:00:00 2001 From: Jack Mordaunt Date: Fri, 8 Dec 2023 11:38:10 +0800 Subject: [PATCH] docs: update install commands Signed-off-by: Jack Mordaunt --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5ad4eda..f232c49 100644 --- 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() {