mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge pull request #265 from TheChiefMeat/patch-1
Added Chocolatey installation information
This commit is contained in:
commit
20a8603ffe
1 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue