diff options
author | Michael Murphy <mmstick@pm.me> | 2019-04-10 12:29:53 -0600 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-10 18:29:53 +0000 |
commit | d406627acb68ff861803c09089462027eb69b5e5 (patch) | |
tree | 6d9f3eea67f7f3d6b93b403039d9c9f533888397 | |
parent | 94ab5f2b5b954e5b8f9a9da5fe9dc5dd9825a9a7 (diff) | |
download | alacritty-d406627acb68ff861803c09089462027eb69b5e5.tar.gz alacritty-d406627acb68ff861803c09089462027eb69b5e5.zip |
Add Pop!_OS to the list of supported Linux distros
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -40,6 +40,14 @@ Precompiled binaries are available from the [GitHub releases page](https://githu Some operating systems already provide binaries for Alacritty, for everyone else the instructions to build Alacritty from source can be found [here](INSTALL.md). +### Pop!\_OS + +Provided in the [Pop!\_OS repositories](https://launchpad.net/~system76/+archive/ubuntu/pop) for 18.04 (bionic) and higher. + +```sh +apt install alacritty +``` + ### Arch Linux ```sh |