From d3dfab31298da512c054b99e9112c93becb5607a Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 12 Feb 2024 21:01:22 -0600 Subject: [PATCH] Update Fedora and RHEL requirements in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f8c9f..dad775c 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ To create a Windows installer, you will also need to install The only runtime dependency that OpenELP has is on the PCRE2 shared library, unless PCRE2 was bundled into OpenELP. -To install these prerequisites on Fedora (23+) and CentOS/RHEL (6+ w/EPEL), run: +To install these prerequisites on Fedora and RHEL (w/EPEL), run: ``` -sudo yum install cmake doxygen gcc pcre2-devel pkgconfig openssl-devel +sudo dnf install cmake doxygen gcc pcre2-devel pkgconfig openssl-devel ``` Compiling