1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Update README.md

This commit is contained in:
leko 2021-02-11 15:19:11 +08:00 committed by GitHub
parent b9d461e5df
commit 37f09049a4
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`: On Arch Linux you can install the latest release with `pacman`:
``` ```