commit a7361c8fd1bc0d19d25f2cb5054c4549b679f8bf parent c1113a370755b3e6d1d942074a0fb3370fbfde2e Author: sitiom <sitiom@proton.me> Date: Sun, 26 Feb 2023 00:06:50 +0800 docs: add scoop installation instructions Diffstat:
| M | readme.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md @@ -45,6 +45,13 @@ Note: `preview` has it's own `go.mod` and therefore is versioned independently ( go install github.com/jackmordaunt/icns/v2/cmd/icnsify@latest ``` +### [Scoop](https://scoop.sh/) + +```powershell +scoop bucket add extras # Ensure bucket is added first +scoop install icnsify +``` + ### Clone ```