diff --git a/docs/getting-started.md b/docs/getting-started.md index 18532cfe..ae993a31 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,6 +41,12 @@ Run precli against all the python test examples: precli -r tests/unit/rules/python/ ``` +Run precli against an entire PyPI repository: + +``` +precli -r https://pypi.org/project/precli/ +``` + Run precli against an entire GitHub repository: ```