1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 09:35:14 +03:00

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

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