From b87af7f0aacdd7cb230deb9bf1a1171b49d4fce4 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 16 Mar 2018 10:32:21 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8aabb43..2d3ffdc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This python script is intended to be used to automatically generate use case / correlation rule documentation in Markdown format for the McAfee Enterprise Sceurity Manager (ESM). It accepts a XML file that has been exported from the correlation rule editor of the ESM, converts its contents to Markdown format and writes it into a new file. If you need any other format, you might want to use pandoc to convert to e.g. pdf, docx or HTML. +## Requirements + +This tool requires lxml (https://github.com/lxml/lxml) +Under Debian you can install it with "sudo apt-get install python3-lxml" + ## Usage ``` From d61a28f71adc1b91d02f6605e29fcc38ba9c1a3d Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 16 Mar 2018 10:33:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3ffdc..dc0c78b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This python script is intended to be used to automatically generate use case / c ## Requirements -This tool requires lxml (https://github.com/lxml/lxml) -Under Debian you can install it with "sudo apt-get install python3-lxml" +This tool requires lxml (https://github.com/lxml/lxml). +On Debian you can install it with "sudo apt-get install python3-lxml" ## Usage