aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2019-01-28 11:46:07 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-28 16:46:07 +0000
commite95c80764e513588b8af6e3fa03b5edb9ec6a03e (patch)
tree047dad8a026ef512ad6a1f890c44d06fc5422adb
parentfe8577ccfbd136463635cd2bc826a942ba9662f4 (diff)
downloadalacritty-e95c80764e513588b8af6e3fa03b5edb9ec6a03e.tar.gz
alacritty-e95c80764e513588b8af6e3fa03b5edb9ec6a03e.zip
Add pkg-config to Debian dependencies
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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