diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-16 01:33:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 01:33:40 +0000 |
commit | 41127a1e7292bb3b5c5fc8812ba418c411e60f29 (patch) | |
tree | 0f66382ba0eb0060e19f8e2a412765ea2c62d5b4 /README.md | |
parent | 142f84efb955a9fa59f4205ec3a6db3964c5f433 (diff) | |
download | alacritty-41127a1e7292bb3b5c5fc8812ba418c411e60f29.tar.gz alacritty-41127a1e7292bb3b5c5fc8812ba418c411e60f29.zip |
Remove Ubuntu PPA installation instructions
Since the Ubuntu PPA from mmstick is apparently not maintained anymore,
people should no longer be instructed to install the outdated version
that is available from the PPA.
The System76 PPA repository still contains an up to date version of
Alacritty, but since it also comes with several other packages we cannot
recommend users to install it outside of Pop!_OS.
Fixes #3863.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -95,13 +95,7 @@ nix-env -iA nixos.alacritty zypper in alacritty ``` -### Pop!\_OS / Ubuntu - -> If you're not running Pop!_OS, you'll have to add a third party repository first: -> -> ```sh -> add-apt-repository ppa:mmstick76/alacritty -> ``` +### Pop!\_OS ```sh apt install alacritty |