diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-07-31 21:58:32 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-08-01 04:58:32 +0000 |
commit | 28b726cbfa9788bd563ea7a04212f917cc9341f2 (patch) | |
tree | fbc4502807640980e8cb77e20081675280349625 /README.md | |
parent | 86b9cdbabe495effed3559d2561f65efab9becaa (diff) | |
download | alacritty-28b726cbfa9788bd563ea7a04212f917cc9341f2.tar.gz alacritty-28b726cbfa9788bd563ea7a04212f917cc9341f2.zip |
Organize Readme OS list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 68 |
1 files changed, 34 insertions, 34 deletions
@@ -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 |