mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
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.
This commit is contained in:
parent
142f84efb9
commit
41127a1e72
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue