Merge pull request #328 from lekoOwO/patch-1

Add alpine linux installation instructions
This commit is contained in:
Zack 2021-02-11 14:06:29 -08:00 committed by GitHub
commit 8dc5bd6e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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