From d86b7cf7e071f5cabe52af9ad43c99dbe0575da4 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 10 Jun 2019 19:42:32 -0400 Subject: [PATCH] Add Alpine Linux installation instructions Resolves #586 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 60389369..bdcc0ad8 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,15 @@ and install it via: sudo dpkg -i bat_0.11.0_amd64.deb # adapt version number and architecture ``` +### On Alpine Linux + +You can install [the `bat` package](https://pkgs.alpinelinux.org/packages?name=bat) +from the official sources, provided you have the appropriate repository enabled: + +```bash +apk add bat +``` + ### On Arch Linux You can install [the `bat` package](https://www.archlinux.org/packages/community/x86_64/bat/)