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 ```