diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-07 13:26:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-07 13:26:45 -0800 |
commit | 61389c1fcd236edbce36ef5d722970978175849c (patch) | |
tree | 179a73e0cd37d76d5a2222ed2a0114abb9315aee | |
parent | 07d7598fdc9090d3953dea73c51fc9f9e2e2f070 (diff) | |
parent | 8b13032abcdf7351af98feb38620395e25d35751 (diff) | |
download | alacritty-61389c1fcd236edbce36ef5d722970978175849c.tar.gz alacritty-61389c1fcd236edbce36ef5d722970978175849c.zip |
Merge pull request #214 from lukaslueg/patch-2
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ``` |