From eb741bc1b400c8d1a2caf24086d4da9d925e7c68 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 19 Jun 2019 17:56:29 -0400 Subject: [PATCH] Add Alpine Linux installation instructions I added `sd` to the official repos. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fea3029..458ba25 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ Result: ~11.93 times faster cargo install sd ``` +### Alpine Linux + +```sh +apk add sd +``` +Before installing, ensure the appropriate [repository](https://pkgs.alpinelinux.org/packages?name=sd) is enabled. + ### Arch Linux ```sh