diff options
author | jgart <47760695+jgarte@users.noreply.github.com> | 2022-02-01 05:49:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 05:49:49 -0500 |
commit | 6265431db1341223f79bb368a70582635a68903f (patch) | |
tree | 2b903a3da03ee73741e8c91c7858059d8dcaa940 | |
parent | 04b9194e8e5e61d4799cfb41a9b408601b1a8b9f (diff) |
Add guix install instructions
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,7 +30,11 @@ Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 o | |||
30 | On openSUSE Tumbleweed: | 30 | On openSUSE Tumbleweed: |
31 | 31 | ||
32 | sudo zypper install lagrange | 32 | sudo zypper install lagrange |
33 | |||
34 | Using GNU Guix: | ||
33 | 35 | ||
36 | guix install lagrange | ||
37 | |||
34 | ## How to compile | 38 | ## How to compile |
35 | 39 | ||
36 | You need a POSIX-compatible environment to compile Lagrange. | 40 | You need a POSIX-compatible environment to compile Lagrange. |