diff options
author | Pierre Massat <pierre@massat.io> | 2020-05-07 14:24:32 -0700 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-05-07 23:10:51 +0000 |
commit | 989f839d5d681b8b08b86dbc3cef071263704272 (patch) | |
tree | 1293210289f7f7ffa6860a33baad77ff27c6833c /INSTALL.md | |
parent | 49a1ac96f4a1bcd40af0ed4f89e92aa8f74077db (diff) | |
download | alacritty-989f839d5d681b8b08b86dbc3cef071263704272.tar.gz alacritty-989f839d5d681b8b08b86dbc3cef071263704272.zip |
Add fontconfig to Clear Linux install requirements
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ On Clear Linux, you need a few extra libraries to build Alacritty. Here's a to be missing, please open an issue. ```sh -swupd bundle-add devpkg-expat devpkg-freetype devpkg-libxcb +swupd bundle-add devpkg-expat devpkg-freetype devpkg-libxcb devpkg-fontconfig ``` #### Other |