From 933b2e25ff4ecca8e3892c73fa36c35a8f0866b2 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Mon, 17 Feb 2020 19:15:05 -0500 Subject: [PATCH] Add Alpine Linux installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71e0067..03d7eba 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ Precompiled binaries are available from the [GitHub releases page](https://githu Some operating systems already provide binaries for Alacritty, for everyone else the instructions to build Alacritty from source can be found [here](INSTALL.md). +### Alpine Linux + +```sh +apk add alacritty +``` + ### Arch Linux ```sh