mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
Add Void Linux to distrobutions with packages
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed.
This commit is contained in:
parent
856770fed5
commit
f09b9ce806
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,7 @@ built from source.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Instructions are provided for macOS and many Linux variants to compile Alacritty
|
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) and
|
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)
|
[NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/alacritty/default.nix)
|
||||||
(at the moment in unstable, will be part of 17.09), please first read the
|
(at the moment in unstable, will be part of 17.09), please first read the
|
||||||
[prerequisites](#prerequisites) section, then find the section for your OS, and
|
[prerequisites](#prerequisites) section, then find the section for your OS, and
|
||||||
|
@ -50,6 +50,12 @@ cd alacritty-git
|
||||||
makepkg -isr
|
makepkg -isr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Void Linux
|
||||||
|
|
||||||
|
```sh
|
||||||
|
xbps-install alacritty
|
||||||
|
```
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
Loading…
Add table
Reference in a new issue