mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Added Chocolatey installation information
This commit is contained in:
parent
28c38a4b9e
commit
ebe713e881
1 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue