Skip to content

Commit 518f596

Browse files
committed
README: fix identification of additional CentOS 8 repositories
Since CentOS Linux 8.3.2011 repository names are all lowercase.
1 parent 526ae14 commit 518f596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ Second, install build dependencies of the collector
8787
* Note: latest systems (e.g. Fedora/CentOS 8) use ``dnf`` instead of ``yum``.
8888
* Note: package ``python3-docutils`` may by also named as ``python-docutils`` or ``python2-docutils``
8989
* Note: package ``pkgconfig`` may by also named as ``pkg-config``
90-
* Note: CentOS 8 requires additional system repositories (``AppStream`` and ``PowerTools``) to be enabled:
90+
* Note: CentOS 8 requires additional system repositories (``appstream`` and ``powertools``) to be enabled:
9191

9292
.. code-block::
9393
94-
dnf config-manager --set-enabled AppStream PowerTools
94+
dnf config-manager --set-enabled appstream powertools
9595
9696
**Debian/Ubuntu:**
9797

0 commit comments

Comments
 (0)