1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

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

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 Some operating systems already provide binaries for Alacritty, for everyone
else the instructions to build Alacritty from source can be found [here](INSTALL.md). 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 ### Arch Linux
```sh ```sh
pacman -S alacritty 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 ### Fedora
Unofficial builds of stable tags can be found in Fedora Copr: 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 If you want to help test pre-releases, you can additionally enable
[pschyska/alacritty-testing](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty-testing/). [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 ### macOS
```sh ```sh