aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authoryancyribbens <yancy.ribbens@gmail.com>2021-08-15 17:55:32 +0200
committerGitHub <noreply@github.com>2021-08-15 15:55:32 +0000
commit9a8ae43c0aa9e598411964c458c88f58d6ec41d8 (patch)
tree24632a759f5872a01f4df4fa4264130f80c2b957 /INSTALL.md
parentd5c66ceeacb30a3ba97591bd8ae7eb4d11c7abf5 (diff)
downloadalacritty-9a8ae43c0aa9e598411964c458c88f58d6ec41d8.tar.gz
alacritty-9a8ae43c0aa9e598411964c458c88f58d6ec41d8.zip
Add python3 dep to freebsd install instructions
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 6660d904..bf3f0c65 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -148,7 +148,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
-pkg install cmake freetype2 fontconfig pkgconf
+pkg install cmake freetype2 fontconfig pkgconf python3
```
#### OpenBSD