diff --git a/crates/cli/README.md b/crates/cli/README.md index 5bdd852918..d31d560167 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -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.