From 492d1bd3d56af94d4d1d05e17fb8a6acf354a170 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Fri, 11 Aug 2017 20:16:19 +0200 Subject: [PATCH] Add rust to the list of Arch Linux dependencies Fixes #718 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8729c551..7bbfac9a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,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 xclip +pacman -S cmake freetype2 fontconfig pkg-config make xclip rust ``` #### Fedora