Skip to content
Open
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
9 changes: 9 additions & 0 deletions crates/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ After installing the CLI, you can run it by simply running the following command
```bash
cargo prove
```

To check which version of the CLI is currently installed, run:

```bash
cargo prove --version
```

If you installed the CLI with `sp1up`, the installer also prints the installed version after
the binary is downloaded.