From 45a9295565e7011f3eca8a68c5abb5a84183f853 Mon Sep 17 00:00:00 2001 From: Apostolos Mastoris Date: Wed, 17 Aug 2016 12:40:35 +0100 Subject: [PATCH] Additional information. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f9fb47..0dc6e05 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,15 @@ _Azurite_ was developed to assist penetration testers and auditors during the en * Download and install Python 2.7. * Download and install Firefox. * Clone the repository: - # git clone https://github.com/mwrlabs/Azurite.git +``` +git clone https://github.com/mwrlabs/Azurite.git +``` + * Get the submodule for netjsongraph.js: - # git submodule init - # git submodule update +``` +git submodule init +git submodule update +``` ## Azurite Explorer & Azurite Visualizer