diff --git a/README.md b/README.md index 11d1173..8af84f4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ $ nix-env -i croc ``` +On Alpine Linux you have to install dependencies first: + +``` +$ apk add bash coreutils +$ wget -qO- https://getcroc.schollz.com | bash +``` + On Arch Linux you can install the latest release with `pacman`: ```