From 9eaba7be7ca714577b030fba65ec88584ff519ea Mon Sep 17 00:00:00 2001 From: sitiom Date: Tue, 7 Feb 2023 08:14:03 +0800 Subject: [PATCH] add Winget installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4171e2a8..eee1e560 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ sudo port selfupdate sudo port install croc ``` -On Windows you can install the latest release with [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org): +On Windows you can install the latest release with [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org), or [Winget](https://learn.microsoft.com/en-us/windows/package-manager/): ``` scoop install croc @@ -58,6 +58,10 @@ scoop install croc choco install croc ``` +``` +winget install schollz.croc +``` + On Unix you can install the latest release with [Nix](https://nixos.org/nix): ```