Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechSneeze <dave@techsneeze.com>2017-08-04 08:22:05 +0300
committerGitHub <noreply@github.com>2017-08-04 08:22:05 +0300
commit9f4fde0a66b72f56f86cf18401928783ae42093a (patch)
tree53dbb47d0dc7a2657601f10b36606b18649d6ffc /README.md
parent21b154f7032bc840cfa23139fb34424d0881601a (diff)
adding CentOS 7 package for Mbox Message Parser
Adding requirement for CentOS7 package mentioned in Issue #36
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9009c4..3014694 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ sudo dnf install perl-Mail-IMAPClient perl-MIME-tools perl-XML-Simple perl-DBI \
```
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install perl-Mail-IMAPClient perl-MIME-tools perl-XML-Simple perl-DBI \
- perl-Socket6 perl-PerlIO-gzip perl-DBD-MySQL unzip
+ perl-Socket6 perl-PerlIO-gzip perl-DBD-MySQL unzip perl-Mail-Mbox-MessageParser
```
To get your copy of the dmarcts-report-parser, you can either clone the repository: