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