Update README.md

Small fix for markdown parsing, github fudges this
This commit is contained in:
lukaslueg 2017-01-07 22:25:53 +01:00 committed by GitHub
parent 07d7598fdc
commit 8b13032abc
1 changed files with 1 additions and 0 deletions

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
```