mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add GNU Guix installation instructions
This commit is contained in:
parent
2ac017fa64
commit
31e01cc0e0
2 changed files with 15 additions and 0 deletions
|
@ -183,6 +183,15 @@ please open an issue.
|
|||
emerge --onlydeps x11-terms/alacritty
|
||||
```
|
||||
|
||||
#### GNU Guix
|
||||
|
||||
The following command can be used to get a shell with all development
|
||||
dependencies on [GNU Guix](https://guix.gnu.org/).
|
||||
|
||||
```sh
|
||||
guix environment alacritty
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
On windows you will need to have the `{architecture}-pc-windows-msvc` toolchain
|
||||
|
|
|
@ -71,6 +71,12 @@ If you want to help test pre-releases, you can additionally enable
|
|||
emerge x11-terms/alacritty
|
||||
```
|
||||
|
||||
### GNU Guix
|
||||
|
||||
```sh
|
||||
guix package -i alacritty
|
||||
```
|
||||
|
||||
### Mageia
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue