Skip to content
Snippets Groups Projects
Unverified Commit a87f181f authored by Joe Scott's avatar Joe Scott Committed by GitHub
Browse files

Update README.md

parent 795f417c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ BanditFuzz runs in a virtualenv.
To install BanditFuzz, navigate to its root and run: `venv_install.sh` . This script will create a directory in the BanditFuzz root directory called `venv`.
To run Banditfuzz:
`source venv/bin/activate`
```
source venv/bin/activate
banditfuzz /Absolute/Path/To/Solver1/Directory /Absolute/Path/To/Solver2/Directory ... --ModelFile file --OutputDirectory db -str -rt
```
When done: `deactivate`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment