diff --git a/INSTALL.md b/INSTALL.md index fff56906..5f1dfbc2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,7 +65,7 @@ libraries to build Alacritty. Here's an apt command that should install all of them. If something is still found to be missing, please open an issue. ```sh -apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip +apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev xclip ``` #### Arch Linux