Skip to content

Commit 6e577dc

Browse files
authored
Update README.md
1 parent 6256ee5 commit 6e577dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,18 @@ yum install perl-DateTime perl-Sys-Syslog perl-DBI perl-DBD-mysql
5555
5656
```
5757

58-
If perl-DateTime isn't available on your RHEL installation make sure to install the powertools repo with:
58+
If perl-DateTime isn't available on your RHEL based installation make sure to install the powertools repo with:
5959
```
6060
yum config-manager --set-enabled powertools
6161
```
6262

63+
or for genuine-RedHat:
64+
65+
```
66+
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
67+
68+
```
69+
6370
On a Debian based systems run:
6471
```
6572
apt-get install libdatetime-perl liblogger-syslog-perl libdbd-mysql-perl

0 commit comments

Comments
 (0)