mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 10:07:11 +00:00
chg: [doc] fix README for poetry installation
This commit is contained in:
parent
d0fe154c6e
commit
5653e13edc
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ added automatically in the output.
|
||||||
git-vuln-finder can be install with poetry. If you don't have poetry installed, you can do the following `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`.
|
git-vuln-finder can be install with poetry. If you don't have poetry installed, you can do the following `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`.
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
$ poetry install git-vuln-finder
|
$ poetry install
|
||||||
$ poetry shell
|
$ poetry shell
|
||||||
|
$ git-vuln-finder -h
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
You can also use ``pip``. Then just import it:
|
You can also use ``pip``. Then just import it:
|
||||||
|
|
Loading…
Reference in a new issue