From f89e9845730d4ffe75f0c5fdd3d1523c48bd82f1 Mon Sep 17 00:00:00 2001 From: Sable no <72171476+Sable-20@users.noreply.github.com> Date: Thu, 4 Mar 2021 10:33:31 -0500 Subject: [PATCH] forgot a `2` :p --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab4742..71b27f7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The installation steps assume you will keep your python virtual envs in a folder 4- $ python -m pip install --upgrade pip // update pip inside virtual env. 5- $ cd ~/sublist3r/ // switch to your sublist3r download 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 +7- $ python sublist3r2.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. **Activate/deactivate virtual env. before/after each use** ```