From de6483afe13d886d77d6d35b4bd1e0009e213fa7 Mon Sep 17 00:00:00 2001 From: Matthew Suozzo Date: Wed, 22 May 2024 15:34:01 -0400 Subject: [PATCH] Update CLI install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec12afb0..1e25d3d1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ecosystem are currently rebuilt. The `oss-rebuild` CLI tool can be used to inspect attestations: ```bash -$ go install github.com/google/oss-rebuild/v0/cmd/oss-rebuild +$ go install github.com/google/oss-rebuild/cmd/oss-rebuild@latest $ oss-rebuild get pypi absl-py 2.0.0 ```