chg: [doc] pip3 local install

This commit is contained in:
Alexandre Dulaunoy 2021-12-23 17:37:31 +01:00
parent 1b6db93e80
commit e5a302634c
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -79,7 +79,9 @@ Type "help", "copyright", "credits" or "license" for more information.
## Use it as a command line tool ## Use it as a command line tool
~~~bash ~~~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 $ git-vuln-finder --help
~~~ ~~~