From dcaa7ede3c29d7b18983644a288c7d43969678f1 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sat, 13 Feb 2021 03:51:48 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b84cc43..5eeb61e 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,10 @@ $ pipx install git+https://github.com/Tib3rius/AutoRecon.git ### Using `pip` +If installing using pip, you'll need to run the installation command as root or with sudo in order to be able to run autorecon using sudo: + ```bash -$ python3 -m pip install git+https://github.com/Tib3rius/AutoRecon.git +$ sudo python3 -m pip install git+https://github.com/Tib3rius/AutoRecon.git ``` ### Manual