From 3dd0e69fa420d89d679d29c19b45604749bae986 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Sep 2018 16:02:07 +0530 Subject: [PATCH] Updated Readme Former-commit-id: fdefdf08f8bfe85da4bed8024d6055d360cf472e --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83eb3a1..c1a986a 100755 --- a/README.md +++ b/README.md @@ -34,14 +34,8 @@ And with all this information **pwnedOrNot** can easily find passwords for compr **Ubuntu and Kali** ```bash -# Python 2 -pip install cfscrape -apt-get install nodejs - -# Python 3 -apt-get install python3-pip -pip3 install requests -pip3 install cfscrape +chmod 777 install.sh +./install.sh ``` **Termux**