Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/guides/using-the-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down