diff options
author | yancyribbens <yancy.ribbens@gmail.com> | 2021-08-15 17:55:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 15:55:32 +0000 |
commit | 9a8ae43c0aa9e598411964c458c88f58d6ec41d8 (patch) | |
tree | 24632a759f5872a01f4df4fa4264130f80c2b957 /INSTALL.md | |
parent | d5c66ceeacb30a3ba97591bd8ae7eb4d11c7abf5 (diff) | |
download | alacritty-9a8ae43c0aa9e598411964c458c88f58d6ec41d8.tar.gz alacritty-9a8ae43c0aa9e598411964c458c88f58d6ec41d8.zip |
Add python3 dep to freebsd install instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |