From 0006e90084701e15d1f3a93108263a5125fa5ce3 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 10 Jun 2019 19:45:48 -0400 Subject: [PATCH] Add Alpine Linux installation instructions Resolves #177 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7fd400f..1c2311e 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,13 @@ wget https://github.com/sharkdp/hyperfine/releases/download/v1.6.0/hyperfine_1.6 sudo dpkg -i hyperfine_1.6.0_amd64.deb ``` +### On Alpine Linux + +On Alpine Linux, hyperfine can be installed [from the official repositories](https://pkgs.alpinelinux.org/packages?name=hyperfine): +``` +apk add hyperfine +``` + ### On Arch Linux On Arch Linux, hyperfine can be installed [from the AUR](https://aur.archlinux.org/packages/hyperfine):