summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Rebischke <chris@nullday.de>2018-09-17 21:09:39 +0200
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-17 19:09:39 +0000
commit1f243468dc96a68cac68e7ca0485a9f9b130db75 (patch)
tree301c896c5d0887843797f4d690e8c736d0d9681b /README.md
parent8b71eede52c2a84d8c75c806adee97e7d3185b55 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 614a4b44..b1fb92f5 100644
--- a/README.md
+++ b/README.md
@@ -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