summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbgkillas <55570525+bgkillas@users.noreply.github.com>2020-02-17 19:15:05 -0500
committerGitHub <noreply@github.com>2020-02-18 00:15:05 +0000
commit933b2e25ff4ecca8e3892c73fa36c35a8f0866b2 (patch)
treebb652152bfe3a946829942ae5c696daf09cb2f0a
parenteb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 (diff)
downloadalacritty-933b2e25ff4ecca8e3892c73fa36c35a8f0866b2.tar.gz
alacritty-933b2e25ff4ecca8e3892c73fa36c35a8f0866b2.zip
Add Alpine Linux installation instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71e0067c..03d7eba2 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