From aea7390eeb41e5fdd75582846e7d26b8be2d5037 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Tue, 14 Sep 2021 18:50:11 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09676b7..6946644 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,12 @@ python3 -m pipx ensurepath You will have to re-source your ~/.bashrc or ~/.zshrc file (or open a new tab) after running these commands in order to use pipx. -Note that if you want to run AutoRecon via pipx using sudo, you'll have to install pipx and AutoRecon using sudo as well. +Note that if you want to run AutoRecon using sudo, you have to use _one_ of the following examples: + +```bash +sudo env "PATH=$PATH" autorecon [OPTIONS] +sudo $(which autorecon) [OPTIONS] +``` ### Supporting packages