From ebe713e8810da35fedd24030947cc28af490803b Mon Sep 17 00:00:00 2001 From: TheChiefMeat Date: Sat, 19 Sep 2020 12:35:35 +0100 Subject: [PATCH] Added Chocolatey installation information --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f732a4e1..f30f2588 100644 --- a/README.md +++ b/README.md @@ -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): ```