diff --git a/README.md b/README.md index 2ac8e5c..199c296 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# lynis_report +# lynis-report-converter [![Build Status](https://travis-ci.org/d4t4king/lynis_report.svg?branch=master)](https://travis-ci.org/d4t4king/lynis_report) -Manageable report from lynis text output. Currently available report formats: HTML, PDF, Microsoft Excel (XLSX)\*. +Manageable report from lynis text output. Currently available report formats: HTML, PDF, Microsoft Excel (XLSX)\*, JSON, XML\*\*. If you want to be able to use the PDF or Excel output formats, you must install some additional software. As is, the modules are required regardless of whether you use these features or not. Attempts are being made to change that behavior. +\* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV. + +\*\* WIP + ## Instructions for pre-requisite installation: ### For Debian/Ubuntu @@ -57,9 +61,6 @@ popd popd ``` - -\* It's possible that the Excel format will load for LibreOffic Calc, but this is currentl untested. YMMV. - ## Help Statement ``` ./lynis_report.pl -h|--help -v|--verbose -E|--excel -o|--output diff --git a/lynis_report.pl b/lynis-report-converter.pl similarity index 100% rename from lynis_report.pl rename to lynis-report-converter.pl