@@ -21,10 +21,10 @@ Each release includes SHA256 checksums for verification.
2121** x86_64** (most Linux servers and desktops):
2222
2323``` bash
24- curl -LO https://github.com/walruscraft/kv/releases/latest/download/kv-x64
25- curl -LO https://github.com/walruscraft/kv/releases/latest/download/kv-x64 .sha256
26- sha256sum -c kv-x64 .sha256
27- mv kv-x64 kv && chmod +x kv
24+ curl -LO https://github.com/walruscraft/kv/releases/latest/download/kv-x86_64
25+ curl -LO https://github.com/walruscraft/kv/releases/latest/download/kv-x86_64 .sha256
26+ sha256sum -c kv-x86_64 .sha256
27+ mv kv-x86_64 kv && chmod +x kv
2828./kv --version
2929```
3030
@@ -51,17 +51,17 @@ This proves the binary was built by the official release workflow, not a comprom
5151``` bash
5252# Install cosign (https://docs.sigstore.dev/cosign/system_config/installation/)
5353# Then verify:
54- cosign verify-blob kv-x64 \
55- --signature kv-x64 .sig \
56- --certificate kv-x64 .crt \
54+ cosign verify-blob kv-x86_64 \
55+ --signature kv-x86_64 .sig \
56+ --certificate kv-x86_64 .crt \
5757 --certificate-oidc-issuer https://token.actions.githubusercontent.com \
5858 --certificate-identity-regexp ' https://github.com/walruscraft/kv/\.github/workflows/release\.yml@refs/tags/v.*'
5959```
6060
6161** Quick install (skip verification):**
6262
6363``` bash
64- curl -Lo kv https://github.com/walruscraft/kv/releases/latest/download/kv-x64 && chmod +x kv
64+ curl -Lo kv https://github.com/walruscraft/kv/releases/latest/download/kv-x86_64 && chmod +x kv
6565```
6666
6767** Copy to an embedded board:**
0 commit comments