mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-12 01:10:59 +00:00
docs: add instructions for installing on Alpine Linux (#1406)
This commit is contained in:
parent
eb12064fab
commit
382b53c5d0
1 changed files with 7 additions and 0 deletions
|
|
@ -79,6 +79,13 @@ scoop install lychee
|
|||
pkg install lychee
|
||||
```
|
||||
|
||||
### Alpine Linux
|
||||
|
||||
```sh
|
||||
# available for Alpine Edge in testing repositories
|
||||
apk add lychee
|
||||
```
|
||||
|
||||
### Pre-built binaries
|
||||
|
||||
We provide binaries for Linux, macOS, and Windows for every release. \
|
||||
|
|
|
|||
Loading…
Reference in a new issue