From e5a302634cd4e988c06010294a8dcf8c425c2aee Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 23 Dec 2021 17:37:31 +0100 Subject: [PATCH] chg: [doc] pip3 local install --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af6fe37..8d53d14 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ Type "help", "copyright", "credits" or "license" for more information. ## Use it as a command line tool ~~~bash -$ pip install git-vuln-finder +$ git clone https://github.com/cve-search/git-vuln-finder.git +$ cd https://github.com/cve-search/git-vuln-finder.git +$ pip install . $ git-vuln-finder --help ~~~