diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-17 21:22:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 21:22:10 +0000 |
commit | a39459ece2e285f58ce241f8037a1e5fd836877b (patch) | |
tree | e91dedf7660efdee8bdc98215bb3cdf985e0c861 /INSTALL.md | |
parent | 3950b5cb2f56e2d9daede84f8a9489ac0252508c (diff) | |
download | alacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.tar.gz alacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.zip |
Fix ubuntu deployment
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,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 pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev +apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev python3 ``` #### Arch Linux |