summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNorman <n@koehr.in>2017-01-06 20:32:01 +0100
committerJoe Wilm <joe@jwilm.com>2017-01-07 09:54:39 -0800
commitb8ab5be917b48898f4a25a553dc529b1a176c5b7 (patch)
treecc0645ce47dcdf984d90d1b1207e7672b750e514 /README.md
parent56773fe7e7cdc999a6731934286858e763f96fda (diff)
Add instructions for VoidLInux in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d415c46..4683b35a 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,14 @@ still found to be missing, please open an issue.
zypper install freetype-devel fontconfig-devel xclip
```
+##### Void Linux
+
+On [Void Linux](https://voidlinux.eu), install following packages before compiling Alacritty:
+
+```sh
+xbps-install cmake freetype-devel freetype expat-devel fontconfig xclip
+```
+
##### Other
If you build Alacritty on another Linux distribution, we would love some help