From 37f09049a4beb583fa8dd8c3add05772c5f02edd Mon Sep 17 00:00:00 2001 From: leko Date: Thu, 11 Feb 2021 15:19:11 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 11d11736..8af84f49 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`: ```