From ca67f75d11fdf3b8890dedaa705a5b66cbc24320 Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Tue, 23 Apr 2019 20:33:58 +0530 Subject: [PATCH] Updated Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c26e3ca..de07eab 100755 --- a/README.md +++ b/README.md @@ -23,15 +23,18 @@ And with all this information **pwnedOrNot** can easily find passwords for compr #### Tested on * **Kali Linux 2019.1** +* **BlackArch Linux** * **Ubuntu 18.04** * **Kali Nethunter** * **Termux** ## Installation -**Ubuntu / Kali Linux / Nethunter / Termux** +**Ubuntu / Kali Linux / BlackArch Linux / Nethunter / Termux** ```bash -pip3 install -r requirements.txt +git clone https://github.com/thewhiteh4t/pwnedOrNot.git +cd pwnedOrNot +pip3 install requests ``` ## Updates