diff --git a/README.md b/README.md index 3bc83ff..5ed4ac9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Designed for clean CI; use the JSON output to enforce your own merge gates in wo [![Release](https://img.shields.io/github/v/release/CoderDeltaLAN/diff-risk-dashboard?display_name=tag)](https://github.com/CoderDeltaLAN/diff-risk-dashboard/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![GHCR](https://img.shields.io/badge/container-ghcr.io-blue)](../../pkgs/container/diff-risk-dashboard) -[![Repo views](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FCoderDeltaLAN%2Fdiff-risk-dashboard&count_bg=%230070BA&title_bg=%23000000&icon=github.svg&icon_color=%23FFFFFF&title=views&edge_flat=true)](https://hits.seeyoufarm.com) [![Donate - PayPal](https://img.shields.io/badge/Donate-PayPal-0070ba?logo=paypal&logoColor=white)](https://www.paypal.com/donate/?hosted_button_id=YVENCBNCZWVPW) @@ -59,7 +58,7 @@ diff-risk examples/sample_apv.json -f md -o - -### Install & run locally +### A) Install & run locally ```bash # 1) Clone @@ -74,6 +73,19 @@ python -m pip install . diff-risk examples/sample_apv.json -f md -o report.md ``` +### Install & Run + +#### B) From PyPI (recomendado) + +```bash +python -m pip install -U pip +python -m pip install diff-risk-dashboard + +# Use the CLI +diff-risk examples/sample_apv.json -f md -o report.md +diff-risk examples/sample_apv.json -f json -o report.json +``` + ### CLI usage ```text @@ -198,3 +210,5 @@ Support open-source: your donations keep projects clean, secure, and evolving fo Released under the **MIT License**. See [LICENSE](LICENSE). --- + + diff --git a/src/.ci_trigger_1758091764 b/src/.ci_trigger_1758091764 new file mode 100644 index 0000000..e69de29