Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 65eee33

Browse files
carlwgeorgepbokoc
authored andcommitted
Update EPEL centpkg install instructions
centpkg is now in the main epel repository, so it's unnecessary to enable epel-testing. The instructions `dnf install epel-release` don't work on RHEL, so remove that and link to the EPEL quickstart instead.
1 parent 550b679 commit 65eee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To start making contributions you’ll need to log in to the following places:
2020
To work with dist-git repositories and inspect artifacts or logs in the buildsystem, you need `centpkg` installed on your workstation:
2121

2222
* If you have a Fedora workstation: `dnf install centpkg`
23-
* If you have a CentOS Linux/Stream or RHEL workstation: `dnf install epel-release && dnf --enablerepo=epel-testing install centpkg`
23+
* If you have a CentOS Linux/Stream or RHEL workstation, enable the https://fedoraproject.org/wiki/EPEL#Quickstart[EPEL repository] and then: `dnf install centpkg`
2424

2525
== What you do, what the RHEL maintainer takes care of
2626

0 commit comments

Comments
 (0)