summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2019-07-31 21:58:32 -0700
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-08-01 04:58:32 +0000
commit28b726cbfa9788bd563ea7a04212f917cc9341f2 (patch)
treefbc4502807640980e8cb77e20081675280349625 /README.md
parent86b9cdbabe495effed3559d2561f65efab9becaa (diff)
Organize Readme OS list
Diffstat (limited to 'README.md')
-rw-r--r--README.md68
1 files changed, 34 insertions, 34 deletions
diff --git a/README.md b/README.md
index 2f2b0332..cfb506b5 100644
--- a/README.md
+++ b/README.md
@@ -40,58 +40,59 @@ 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
-```
+### Fedora
-### Void Linux
+Unofficial builds of stable tags can be found in Fedora Copr:
+[pschyska/alacritty](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty/).
-```sh
-xbps-install alacritty
+``` sh
+dnf copr enable pschyska/alacritty
+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 7+
+### Mageia
```sh
urpmi alacritty
```
-### FreeBSD
+### NixOS
```sh
-pkg install alacritty
+nix-env -iA nixos.alacritty
```
-### NixOS
+### openSUSE Tumbleweed
```sh
-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
+> ```
+
+```sh
+apt install alacritty
```
### Solus
@@ -100,18 +101,17 @@ nix-env -iA nixos.alacritty
eopkg install alacritty
```
-### Fedora
-
-Unofficial builds of stable tags can be found in Fedora Copr:
-[pschyska/alacritty](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty/).
+### Void Linux
-``` sh
-dnf copr enable pschyska/alacritty
-dnf install alacritty
+```sh
+xbps-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/).
+### FreeBSD
+
+```sh
+pkg install alacritty
+```
### macOS