From 31e01cc0e01ca0d5e9c503257459bf7873ba7787 Mon Sep 17 00:00:00 2001 From: Valentin Ignatev Date: Sun, 1 Mar 2020 04:33:36 +0300 Subject: Add GNU Guix installation instructions --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 19efb42f..5e2ad16d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 -- cgit