summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-06 15:07:17 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-06 15:07:17 +0200
commit076e34aa8d1e57cbf3142abdc91c8e88d21b75d6 (patch)
tree3ee91315ee1a083b74d84637af28252f039fa084 /README.md
parentedb260848a42de2e1af44cab93dbf267d20e1f6f (diff)
parent53ab74c3a25521faa6f41b40b1969a3b8e8ad027 (diff)
Merge branch 'dev' into work/v1.11
# Conflicts: # CMakeLists.txt # res/fonts/SmolEmoji-Regular.ttf # res/lang/gl.bin # src/app.c
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.