Added Chocolatey installation information

This commit is contained in:
TheChiefMeat 2020-09-19 12:35:35 +01:00 committed by GitHub
parent 28c38a4b9e
commit ebe713e881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -47,12 +47,16 @@ $ sudo port selfupdate
$ sudo port install croc
```
On Windows you can install the latest release with [Scoop](https://scoop.sh/):
On Windows you can install the latest release with [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org):
```
$ scoop install croc
```
```
$ choco install croc
```
On Unix you can install the latest release with [Nix](https://nixos.org/nix):
```