summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan V <hxn-dev@users.noreply.github.com>2021-09-17 22:53:16 +0200
committerGitHub <noreply@github.com>2021-09-17 20:53:16 +0000
commitfb1b7f60071f3c701db004f5634d7ff30a91162f (patch)
tree9af62e6b4795d2bd9634c9ec9c13ad346ea0a1e0
parentc96047dc73d502bb314c63cc9c8dc91dc294b9a2 (diff)
Add python to Archlinux install instructions
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a1acfb9b..d8f6ef89 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -94,7 +94,7 @@ On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
to be missing, please open an issue.
```sh
-pacman -S cmake freetype2 fontconfig pkg-config make libxcb libxkbcommon
+pacman -S cmake freetype2 fontconfig pkg-config make libxcb libxkbcommon python
```
#### Fedora