From 978258ec5b929735a6880f267ad8f085fe495219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Wed, 8 Sep 2021 10:04:49 +0200 Subject: [PATCH] Add Alpine Linux installation instructions --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index 7bf962aa..c7af40a1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -91,6 +91,11 @@ $ emerge httpie $ pacman -S httpie ``` +```bash +# Alpine Linux +$ apk add httpie +``` + ```bash # Solus $ eopkg install httpie