From 382b53c5d02eeac79952fc99be017448368fa5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 18 Apr 2024 18:42:23 +0300 Subject: [PATCH] docs: add instructions for installing on Alpine Linux (#1406) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 82af6ac..3dffa8c 100644 --- a/README.md +++ b/README.md @@ -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. \