From f50a09711080701b392cfadafa0a874bdadff04e Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sun, 1 Aug 2021 13:38:19 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 275286d..4652c01 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,20 @@ $ sudo apt install seclists curl enum4linux feroxbuster nbtscan nikto nmap onesi Ensure you have all of the requirements installed as per the previous section. -First install the dependencies: +Clone the repository and switch to the beta branch: + +```bash +$ git clone --branch beta https://github.com/Tib3rius/AutoRecon +``` + +If you already had a copy of the repository, you can run the following from the main directory to get the beta code: + +```bash +$ git pull +$ git checkout beta +``` + +From within the AutoRecon directory, install the dependencies: ```bash $ python3 -m pip install -r requirements.txt