Organize Readme OS list

This commit is contained in:
Alex Touchet 2019-07-31 21:58:32 -07:00 committed by Christian Duerr
parent 86b9cdbabe
commit 28b726cbfa
1 changed files with 54 additions and 54 deletions

108
README.md
View File

@ -40,66 +40,12 @@ 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 / 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
> ```
```sh
apt install alacritty
```
### Arch Linux
```sh
pacman -S alacritty
```
### openSUSE Tumbleweed
```sh
zypper in alacritty
```
### Void Linux
```sh
xbps-install alacritty
```
### Gentoo Linux
```sh
emerge x11-terms/alacritty
```
### Mageia 7+
```sh
urpmi alacritty
```
### FreeBSD
```sh
pkg install alacritty
```
### NixOS
```sh
nix-env -iA nixos.alacritty
```
### Solus
```sh
eopkg install alacritty
```
### Fedora
Unofficial builds of stable tags can be found in Fedora Copr:
@ -113,6 +59,60 @@ dnf install alacritty
If you want to help test pre-releases, you can additionally enable
[pschyska/alacritty-testing](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty-testing/).
### Gentoo Linux
```sh
emerge x11-terms/alacritty
```
### Mageia
```sh
urpmi alacritty
```
### NixOS
```sh
nix-env -iA nixos.alacritty
```
### openSUSE Tumbleweed
```sh
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
> ```
```sh
apt install alacritty
```
### Solus
```sh
eopkg install alacritty
```
### Void Linux
```sh
xbps-install alacritty
```
### FreeBSD
```sh
pkg install alacritty
```
### macOS
```sh