diff options
author | Valentin Ignatev <valentignatev@gmail.com> | 2020-03-01 04:33:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 04:33:36 +0300 |
commit | 31e01cc0e01ca0d5e9c503257459bf7873ba7787 (patch) | |
tree | 4f6e56c87f484c213c8f347854e5e38e9cd2e5e6 | |
parent | 2ac017fa646124474737b155c8bf78082c3854d9 (diff) | |
download | alacritty-31e01cc0e01ca0d5e9c503257459bf7873ba7787.tar.gz alacritty-31e01cc0e01ca0d5e9c503257459bf7873ba7787.zip |
Add GNU Guix installation instructions
-rw-r--r-- | INSTALL.md | 9 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 15 insertions, 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 |