summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-01 22:01:03 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-01 22:01:03 +0200
commit242fce55cf9af42ce044a329dc3c29a5b79f801c (patch)
tree5774d11b7e48475109c8a04bd3d6498cbf3a28c5
parentf5192df9720e046fc55b2f4f632709ba1e53f17b (diff)
parent777bbff0c0f65d0eef0bb273e0c0600e58a204c0 (diff)
Merge branch 'dev' of github.com:skyjake/lagrange into dev
-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.