From 60787f292fbbe017c1b7daa8d3b209e51730c55b Mon Sep 17 00:00:00 2001 From: Felippe Costa Date: Mon, 9 Feb 2026 11:07:45 -0300 Subject: [PATCH] fix: show both pip and cargo install options in Using the App guide --- docs/guides/using-the-app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/using-the-app.md b/docs/guides/using-the-app.md index 75d296b..715e65a 100644 --- a/docs/guides/using-the-app.md +++ b/docs/guides/using-the-app.md @@ -82,7 +82,11 @@ You can verify a captured photo using the CLI or the API. ### CLI ```bash +# Install via pip or cargo pip install signedshot +# or: cargo install signedshot-validator + +# Validate signedshot validate photo_20260209_143052.sidecar.json photo_20260209_143052.jpg ```