From 49425696eca5ff54ed310ac2d29e100cb6ae9fdc Mon Sep 17 00:00:00 2001 From: Heneid Date: Thu, 16 Aug 2018 14:13:57 +0200 Subject: [PATCH] Syntax corrected README.md --- README.md | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cd93d3f..71e9dff 100644 --- a/README.md +++ b/README.md @@ -26,46 +26,70 @@ I created this project in order to make it easier for IT's and security experts Get the repository off of Github by cloning it: - git clone https://github.com/toxic-ig/pySE +```console +git clone https://github.com/toxic-ig/pySE +``` Change into the pySE directory: - cd /path/to/pySE +```console +cd /path/to/pySE +``` Execute the setup with python: - python2 setup.py +```console +python2 setup.py +``` Execute PySE: - python2 PySE.py +```console +python2 PySE.py +``` ## [Windows] Get the repository off of Github by downloading it. - +```console +git clone https://github.com/toxic-ig/pySE +``` Change into the pySE directory. - +```console +cd /path/to/pySE +``` Execute the setup.py with python. - +```console +python2 setup.py +``` Execute PySE. - +```console +pyse +``` ## [Mac & Linux] Get the repository off of Github by cloning it: - git clone https://github.com/toxic-ig/pySE +```console +git clone https://github.com/toxic-ig/pySE +``` Change into the pySE directory: - cd /path/to/pySE +```console +cd /path/to/pySE +``` Execute the setup with python: - python2 setup.py +```console +python2 setup.py +``` Execute PySE: - pyse +```console +pyse +``` # Issues?