commit 725d6743a06ac380528cbe625190c4ebef9ccfa6
parent 3f9a69ca2d986cf0ae35ea41b6f4e99e693b9383
Author: sitiom <sitiom@proton.me>
Date: Fri, 3 Mar 2023 08:37:11 +0800
docs: add winget install instructions
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md
@@ -59,6 +59,12 @@ scoop bucket add jackmordaunt https://github.com/jackmordaunt/scoop-bucket
scoop install jackmordaunt/icns # Name is defaulted to repo name.
```
+### [Winget](https://learn.microsoft.com/en-us/windows/package-manager/)
+
+```powershell
+winget install icnsify
+```
+
### [Brew](https://brew.sh)
```sh