From 8b13032abcdf7351af98feb38620395e25d35751 Mon Sep 17 00:00:00 2001 From: lukaslueg Date: Sat, 7 Jan 2017 22:25:53 +0100 Subject: [PATCH] Update README.md Small fix for markdown parsing, github fudges this --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e3d5f93..0fea0075 100644 --- a/README.md +++ b/README.md @@ -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 ```