summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Sitkevich <1553398+sitkevij@users.noreply.github.com>2021-12-14 11:31:23 -0800
committerGitHub <noreply@github.com>2021-12-14 11:31:23 -0800
commit21b2304a1f8ba43e9fbafd4881ac61d39ad49042 (patch)
tree6872ac29253d3e99f1b299ff6622ccbbc6477a15
parent8acc552292815ebac7bca012789a07efd383d343 (diff)
parentbf40d1bd3e6ecad34d12a2ea010e146b902349d9 (diff)
Merge pull request #65 from jgarte/jgarte-patch-guix
Adds guix instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 485074e..a9813e6 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,18 @@ pacman -S hex
curl -sLO https://github.com/sitkevij/hex/releases/download/v0.4.2/hx_0.4.2_amd64.deb && dpkg -i hx_0.4.2_amd64.deb
```
+### guix install
+
+```sh
+guix install hex
+```
+
+In an isolated environment:
+
+```sh
+guix shell --container hex
+```
+
### docker run
```sh