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

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

View file

@ -47,12 +47,16 @@ $ sudo port selfupdate
$ sudo port install croc $ 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 $ scoop install croc
``` ```
```
$ choco install croc
```
On Unix you can install the latest release with [Nix](https://nixos.org/nix): On Unix you can install the latest release with [Nix](https://nixos.org/nix):
``` ```