Update README.md

This commit is contained in:
Tib3rius 2021-09-14 18:50:11 -04:00
parent 9bd2ff354e
commit 3f73f1a8fb
1 changed files with 6 additions and 1 deletions

View File

@ -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