1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Merge pull request #214 from lukaslueg/patch-2

Update README.md
This commit is contained in:
Joe Wilm 2017-01-07 13:26:45 -08:00 committed by GitHub
commit 61389c1fcd

View file

@ -74,6 +74,7 @@ apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip
On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
`pacman` command that should install all of them. If something is still found
to be missing, please open an issue.
```sh
pacman -S cmake freetype2 fontconfig xclip
```