aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Hoffmeyer <hoffmeyer25@gmail.com>2017-12-09 22:36:09 -0500
committerJoe Wilm <jwilm@users.noreply.github.com>2017-12-22 14:07:45 -0800
commitf09b9ce8064b3e11a655072c1e0c5a00e7a4129a (patch)
tree453571999a62c4ad2585e3038ce4d402b535e433
parent856770fed5e692a379296dd28d9ba3ef90e2ef4b (diff)
downloadalacritty-f09b9ce8064b3e11a655072c1e0c5a00e7a4129a.tar.gz
alacritty-f09b9ce8064b3e11a655072c1e0c5a00e7a4129a.zip
Add Void Linux to distrobutions with packages
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed.
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22dcbbfb..e2e3fc4e 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ built from source.
## Installation
Instructions are provided for macOS and many Linux variants to compile Alacritty
-from source. With the exception of Arch (which has a package in the AUR) and
+from source. With the exception of Arch (which has a package in the AUR), Void Linux (in main repository) and
[NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/alacritty/default.nix)
(at the moment in unstable, will be part of 17.09), please first read the
[prerequisites](#prerequisites) section, then find the section for your OS, and
@@ -50,6 +50,12 @@ cd alacritty-git
makepkg -isr
```
+### Void Linux
+
+```sh
+xbps-install alacritty
+```
+
## Manual Installation
### Prerequisites