1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Merge pull request #265 from TheChiefMeat/patch-1

Added Chocolatey installation information
This commit is contained in:
Zack 2020-09-19 06:53:24 -07:00 committed by GitHub
commit 20a8603ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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