From 3e59b0063fdd4365a8274ff631825cda01cf79ab Mon Sep 17 00:00:00 2001 From: Viyat Bhalodia Date: Sat, 18 Mar 2017 20:48:51 -0400 Subject: [PATCH] [readme] Remove old installation instruction link --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e2fe4dad3..49ae0c293 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,6 @@ wget -N https://raw.githubusercontent.com/owtf/bootstrap-script/master/bootstrap or simply `git clone https://github.com/owtf/owtf.git; cd owtf/; python2 install/install.py` -> NOTE: OWTF creates a Python virtual environment to install dependencies in Kali Linux for a seamless experience. You need to reload your shell config and activate the OWTF environment (`workon owtf`) after installation. - - -Check out the [wiki](https://github.com/owtf/owtf/wiki/OWASP-OWTF-Installation) for more information. - To run OWTF on Windows or MacOS, use the Dockerfile (requires **Docker** installed) provided to try OWTF: `docker build -t owtf-dev .`