summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2022-02-01 05:49:49 -0500
committerGitHub <noreply@github.com>2022-02-01 05:49:49 -0500
commit6265431db1341223f79bb368a70582635a68903f (patch)
tree2b903a3da03ee73741e8c91c7858059d8dcaa940 /README.md
parent04b9194e8e5e61d4799cfb41a9b408601b1a8b9f (diff)
Add guix install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6fc2258..4f3d1580 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,11 @@ Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 o
30On openSUSE Tumbleweed: 30On openSUSE Tumbleweed:
31 31
32 sudo zypper install lagrange 32 sudo zypper install lagrange
33
34Using GNU Guix:
33 35
36 guix install lagrange
37
34## How to compile 38## How to compile
35 39
36You need a POSIX-compatible environment to compile Lagrange. 40You need a POSIX-compatible environment to compile Lagrange.