From 0b04bd19dfdd796e8d7f8097a9d687afc2ab7948 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 10 Jun 2019 19:44:40 -0400 Subject: [PATCH] Add Alpine Linux installation instructions Resolves #451 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8d84369..3d00ba4 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,14 @@ dnf copr enable keefle/fd dnf install fd ``` +### On Alpine Linux + +You can install [the fd package](https://pkgs.alpinelinux.org/packages?name=fd) +from the official sources, provided you have the appropriate repository enabled: +``` +apk add fd +``` + ### On Arch Linux You can install [the fd package](https://www.archlinux.org/packages/community/x86_64/fd/) from the official repos: