diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 9 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 |