summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-11 12:44:22 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-11 12:44:22 +0200
commit5e943c63aa384b72d9fe814dc36fff5605c086f3 (patch)
tree0489048ff861349f9972d791da9d3e51b055b6a9
parentf7877520601ec2d15bd483d945b3cf42e9c099a8 (diff)
Updated README: Fedora install info
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f3d1580..33f9a6f2 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,18 @@ On macOS you can install and upgrade via Homebrew:
27 27
28Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 or older. 28Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 or older.
29 29
30On Fedora and any RHEL/CentOS Stream 8 and 9 derivatives (RHEL, CentOS Stream, Alma, Rocky) that have the EPEL repos enabled:
31
32 sudo dnf install lagrange
33
30On openSUSE Tumbleweed: 34On openSUSE Tumbleweed:
31 35
32 sudo zypper install lagrange 36 sudo zypper install lagrange
33 37
34Using GNU Guix: 38Using GNU Guix:
35 39
36 guix install lagrange 40 guix install lagrange
37 41
38## How to compile 42## How to compile
39 43
40You need a POSIX-compatible environment to compile Lagrange. 44You need a POSIX-compatible environment to compile Lagrange.