Update README.md

This commit is contained in:
RoninNakomoto 2021-01-26 04:26:14 +00:00 committed by GitHub
parent bed5ab8d6a
commit 4ad8750287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The installation steps assume you will keep your python virtual envs in a folder
6- $ pip install -r requirements.txt // install sublist3r module dependencies.
7- $ python sublist3r.py -d domain.com // run sublist3r.py from within activated environment
8- $ deactivate // deactivate environment once done runnning the script.
note: do not use sudo.
note: do not use sudo. **Activate/deactivate virtual env. before/after each use**
```
## Usage