Skip to content

Commit

Permalink
Additional information.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgreco-dev committed Aug 17, 2016
1 parent ae5bd9d commit 45a9295
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45a9295

Please sign in to comment.