Fix dependencies for Archlinux in INSTALL.md

This commit is contained in:
Benjamin Bauer 2019-06-25 17:04:14 +02:00 committed by Christian Duerr
parent f002171c84
commit 5ad1e8b75f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
to be missing, please open an issue.
```sh
pacman -S cmake freetype2 fontconfig pkg-config make
pacman -S cmake freetype2 fontconfig pkg-config make libxcb
```
#### Fedora