From 6e896a3842a3f5e33344ebea774b1a2c35089138 Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:20:17 +0530 Subject: [PATCH] docs: keep quickstart release references current Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d69c31..7c8163d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ docker run -d --name agentgate \ -e AGENTGATE_VAULT_KEY=dev-key-change-in-production-32b \ -e AGENTGATE_ADMIN_SECRET=admin-dev-secret-change-me!! \ -v $(pwd)/data:/data \ - ghcr.io/clawdlinux/agentgate:0.1.1 + ghcr.io/clawdlinux/agentgate:latest ``` It bootstraps one agent API key on first boot and logs it once: @@ -69,9 +69,9 @@ has never seen this repo: # while the gateway is up, once: save the trust root as a local file curl -s http://localhost:8080/v1/receipts/pubkey -o trust.json -# download the verifier for your OS/arch from -# https://github.com/Clawdlinux/agentgate/releases/tag/v0.1.1 — no other install step -tar xzf agentgate_0.1.1__.tar.gz +# download the verifier archive matching your OS/arch from +# https://github.com/Clawdlinux/agentgate/releases/latest — no other install step +tar xzf agentgate___.tar.gz ./agentgate-verify --source sqlite --path ./data/agentgate.db --trust-root ./trust.json # PASS: 1 receipts verified, head seq=1 hash=...