From 236c6e3a113263cc19b4f23da9c9fa62078e1159 Mon Sep 17 00:00:00 2001 From: Conner Saeli Date: Fri, 10 Jan 2025 17:33:20 -0500 Subject: [PATCH] Updating install instructions --- README.md | 6 +++--- tests/ci/setup.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2f759e1..62dda0fc 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Software Build Requirements --------------------------- This section provides instructions on how to create an RPM or source packages for -software development or debugging. The instructions for installing the released -packages are available on the [main website](https://supremm.xdmod.org/supremm-processing-install.html). +software development or debugging. Installation instructions for the released +packages are available [here](https://supremm.xdmod.org/supremm-processing-install.html). ### Rocky Linux 8 @@ -44,7 +44,7 @@ Install the EPEL repository configuration: Enable the PowerTools repository (for Cython dependencies): - sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/Rocky-PowerTools.repo + dnf config-manager --set-enabled powertools Install the build dependencies: diff --git a/tests/ci/setup.sh b/tests/ci/setup.sh index 8a6e98e6..f67c3ea7 100755 --- a/tests/ci/setup.sh +++ b/tests/ci/setup.sh @@ -3,7 +3,7 @@ dnf install -y epel-release # enable powertools repo for Cython -sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/Rocky-PowerTools.repo +dnf config-manager --set-enabled powertools SETUP=$1 case $SETUP in