From 86c1f802a7b6be4d0e7927ea85c1871405463082 Mon Sep 17 00:00:00 2001 From: Casey Deccio Date: Tue, 27 Jul 2021 15:43:55 -0600 Subject: Tweak install instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19486ff..f35736e 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,14 @@ or locally, from a downloaded or cloned copy of DNSViz: *RHEL 8 only*: Enable CodeReady Linux Builder by following the instructions [here](https://access.redhat.com/articles/4348511). -*CentOS 8 only*: Enable PowerTools and EPEL: +*CentOS 8 only*: Enable PowerTools and EPEL with the following two commands: ``` -sudo dnf config-manager --set-enabled powertools -sudo dnf install epel-release +$ sudo dnf config-manager --set-enabled powertools +$ sudo dnf install epel-release ``` +The remaining instructions are for Fedora, RHEL 8, and CentOS 8. + Install the tools for building an RPM, and set up the rpmbuild tree. ``` $ sudo dnf install rpm-build rpmdevtools python3-devel -- cgit v1.2.3