Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files 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