mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
Merge pull request #328 from lekoOwO/patch-1
Add alpine linux installation instructions
This commit is contained in:
commit
8dc5bd6e04
1 changed files with 7 additions and 0 deletions
|
@ -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`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue