Skip to content

docs(cli): document installed version check#2822

Open
peter941221 wants to merge 1 commit into
succinctlabs:mainfrom
peter941221:issue-2493-version-check-docs
Open

docs(cli): document installed version check#2822
peter941221 wants to merge 1 commit into
succinctlabs:mainfrom
peter941221:issue-2493-version-check-docs

Conversation

@peter941221

Copy link
Copy Markdown

Fixes #2493

Failure mechanism:
users installing the CLI via sp1up were not told in the CLI README how to check which cargo-prove version is currently installed, even though the binary already exposes that information and sp1up already prints it after install.

Semantic change:
document cargo prove --version in the CLI README and note that sp1up prints the installed version after download.

Preserved invariant:
this does not change CLI or installer behavior; it only documents the already-supported version check path suggested in the issue discussion.

Testing:
validated with git diff --check. No code-path validation was needed because the patch is documentation-only and points to existing behavior in crates/cli/src/bin/cargo-prove.rs and sp1up/sp1up.

@peter941221 peter941221 marked this pull request as ready for review May 29, 2026 10:16
@peter941221 peter941221 force-pushed the issue-2493-version-check-docs branch from cad3993 to 7a2fc12 Compare June 2, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a command in sp1up to check which is the current version (or document how to check the current version)

1 participant