summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md9
-rw-r--r--README.md6
2 files changed, 15 insertions, 0 deletions
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
diff --git a/README.md b/README.md
index 03d7eba2..355f8a97 100644
--- a/README.md
+++ b/README.md
@@ -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