From d0941378d36e4bcc5cd8c8cfabb241c9dc1d9fbc Mon Sep 17 00:00:00 2001 From: Pradeep Kumar <117166933+CyberPlatoon@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:56:56 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8a0d06..886d2e3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Install DirFinder with Python ```bash git clone https://github.com/CyberPlatoon/DirFinder.git cd DirFinder + sudo pip3 install -r requirements.txt python3 dirfinder.py ```