aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-17 21:22:10 +0000
committerGitHub <noreply@github.com>2019-06-17 21:22:10 +0000
commita39459ece2e285f58ce241f8037a1e5fd836877b (patch)
treee91dedf7660efdee8bdc98215bb3cdf985e0c861 /INSTALL.md
parent3950b5cb2f56e2d9daede84f8a9489ac0252508c (diff)
downloadalacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.tar.gz
alacritty-a39459ece2e285f58ce241f8037a1e5fd836877b.zip
Fix ubuntu deployment
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f470ef10..1e05f599 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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