add Winget installation instructions

This commit is contained in:
sitiom 2023-02-07 08:14:03 +08:00 committed by Ryan Caezar Itang
parent b3db9d88c1
commit 9eaba7be7c
No known key found for this signature in database
GPG Key ID: E7C6E0E004B3AED1
1 changed files with 5 additions and 1 deletions

View File

@ -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):
```