diff options
author | Michael Murphy <mmstick@pm.me> | 2019-05-09 11:56:34 -0600 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-09 17:56:34 +0000 |
commit | 7738c52ed4eb177ead9f43d14207ecb129cfe617 (patch) | |
tree | 3c6f301d10bebcdaba876bf2bac861fcf09c5d9a | |
parent | 81cd10839599f3a5ebf126f52d1501cd9b07c48b (diff) | |
download | alacritty-7738c52ed4eb177ead9f43d14207ecb129cfe617.tar.gz alacritty-7738c52ed4eb177ead9f43d14207ecb129cfe617.zip |
Add Ubuntu PPA install instructions
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -40,9 +40,13 @@ 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 +### Pop!\_OS / Ubuntu -Provided in the [Pop!\_OS repositories](https://launchpad.net/~system76/+archive/ubuntu/pop) for 18.04 (bionic) and higher. +> If you're not running Pop!_OS, you'll have to add a third party repository first: +> +> ```sh +> add-apt-repository ppa:mmstick76/alacritty +> ``` ```sh apt install alacritty |