From 9c22606b242ab426f20bd6bed70ba6209e153424 Mon Sep 17 00:00:00 2001 From: Joe Scott <34328384+j29scott@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:54:59 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 574bb29..9702bee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # BanditFuzz -``` -sudo make develop -``` \ No newline at end of file +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` + +When done: `deactivate` -- GitLab