diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2023-02-15 16:35:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 21:35:13 +0000 |
commit | c435b94b11cb470a090d0e64a62a3f63348211f5 (patch) | |
tree | 89b6929218ab2d9015af32631cf465da1858c713 | |
parent | 9cf2c89fd13de79b6a6999071609a55ff7e607ec (diff) | |
download | alacritty-c435b94b11cb470a090d0e64a62a3f63348211f5.tar.gz alacritty-c435b94b11cb470a090d0e64a62a3f63348211f5.zip |
Update INSTALL.md Ubuntu instructions
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ 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 libxkbcommon-dev python3 +apt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 ``` #### Arch Linux |