Skip to content

Commit c2b05da

Browse files
authored
Update README.md
1 parent d756599 commit c2b05da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ yum install perl-DateTime perl-Sys-Syslog
4747
4848
```
4949

50-
or on Debian based systems
50+
If perl-DataTime isn't available on your Centos8 installation make sure to install the powertools repo with:
51+
```
52+
yum config-manager --set-enabled powertools
53+
```
54+
55+
On a Debian based systems run:
5156
```
5257
apt-get install libdatetime-perl liblogger-syslog-perl
5358
```

0 commit comments

Comments
 (0)