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:
authorCasey Deccio <casey@deccio.net>2021-07-28 00:43:55 +0300
committerGitHub <noreply@github.com>2021-07-28 00:43:55 +0300
commit86c1f802a7b6be4d0e7927ea85c1871405463082 (patch)
treed5b85b8c26964238a08025a108acecc934f7fb7d
parente06ad17f7c472ce877b4afbe3bbe231487e88646 (diff)
Tweak install instructions
-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