From 031b71a7de4f36ee470665093915a3cb3c42fc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 4 Jan 2020 00:14:44 +0100 Subject: [PATCH] Updated README. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64c38fc..5100ed8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ added automatically in the output. # Requirements -- jq (sudo apt install jq) +- jq (``sudo apt install jq``) # Installation @@ -22,6 +22,8 @@ $ poetry install git-vuln-finder $ poetry shell ~~~ +You can also use ``pip``. + ## Use as a command line tool @@ -30,6 +32,9 @@ $ pipx install git-vuln-finder $ git-vuln-finder --help ~~~ +``pipx`` installs scripts (system wide available) provided by Python packages into +separate virtualenvs to shield them from your system and each other. + # Usage @@ -170,7 +175,7 @@ ploit|malicious|directory traversal |\bRCE\b|\bdos\b|\bXSRF \b|\bXSS\b|clickjack This software is free software and licensed under the AGPL version 3. -Copyright (c) 2019 Alexandre Dulaunoy - https://github.com/adulau/ +Copyright (c) 2019-2020 Alexandre Dulaunoy - https://github.com/adulau/ # Acknowledgment