diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -27,14 +27,18 @@ On macOS you can install and upgrade via Homebrew: | |||
27 | 27 | ||
28 | Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 or older. | 28 | Please check [MacPorts](https://www.macports.org) if you are using macOS 10.12 or older. |
29 | 29 | ||
30 | On 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 | |||
30 | On openSUSE Tumbleweed: | 34 | On openSUSE Tumbleweed: |
31 | 35 | ||
32 | sudo zypper install lagrange | 36 | sudo zypper install lagrange |
33 | 37 | ||
34 | Using GNU Guix: | 38 | Using GNU Guix: |
35 | 39 | ||
36 | guix install lagrange | 40 | guix install lagrange |
37 | 41 | ||
38 | ## How to compile | 42 | ## How to compile |
39 | 43 | ||
40 | You need a POSIX-compatible environment to compile Lagrange. | 44 | You need a POSIX-compatible environment to compile Lagrange. |