mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
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.
This commit is contained in:
parent
8b71eede52
commit
1f243468dc
1 changed files with 7 additions and 8 deletions
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue