diff options
author | Christian Rebischke <chris@nullday.de> | 2018-09-17 21:09:39 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-17 19:09:39 +0000 |
commit | 1f243468dc96a68cac68e7ca0485a9f9b130db75 (patch) | |
tree | 301c896c5d0887843797f4d690e8c736d0d9681b | |
parent | 8b71eede52c2a84d8c75c806adee97e7d3185b55 (diff) | |
download | alacritty-1f243468dc96a68cac68e7ca0485a9f9b130db75.tar.gz alacritty-1f243468dc96a68cac68e7ca0485a9f9b130db75.zip |
Add mention of official arch linux package
Since Alacritty does not require the AUR anymore, its mention has been
removed from the README.
To make future changes simpler, the README has also been reworded so
less changes are required for adding new operating systems.
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -36,18 +36,17 @@ built from source. ## Installation -Instructions are provided for macOS and many Linux variants to compile Alacritty -from source. With the exception of Arch (which has a package in the AUR), Void Linux (in main repository) and -[NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/alacritty/default.nix), please first read the -[prerequisites](#prerequisites) section, then find the section for your OS, and -finally go to [building](#building) and [configuration](#configuration). +Some operating systems already provide binaries for Alacritty, for everyone else there are +instructions to compile Alacritty from source. + +For the manual installation, please first read the [prerequisites](#prerequisites) section, +then find the instructions for your OS, and finally go through the [building](#building) +and [configuration](#configuration) steps. ### Arch Linux ```sh -git clone https://aur.archlinux.org/alacritty-git.git -cd alacritty-git -makepkg -isr +pacman -S alacritty ``` ### Debian/Ubuntu |