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
10 changes: 5 additions & 5 deletions crates/imcp2-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ curl -fLO "https://github.com/dfinity/imcp2/releases/download/$TAG/imcp2-local-$
two commands create it and copy the binary there, nothing edits your shell
configuration.

Releases before 0.6.0 predate this scheme: they are tagged `imcp2-local-vX.Y.Z`
(the newest is `imcp2-local-v0.5.0`), are not what `latest` resolves to, and
their archives were attested by `imcp2-local-release.yml`, the workflow's name
at the time. To install one of those, set `TAG` to its tag and pass that
filename to `--signer-workflow`; everything else above is the same.
Releases tagged `imcp2-local-vX.Y.Z` predate this scheme: they are not what
`latest` resolves to, and their archives were attested by
`imcp2-local-release.yml`, the workflow's name at the time. To install one of
those, set `TAG` to its tag and pass that filename to `--signer-workflow`;
everything else above is the same.

(Windows ships `imcp2-local-x86_64-pc-windows-msvc.zip`; verify it the same way.)

Expand Down
Loading