We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d0a8e commit 929ee32Copy full SHA for 929ee32
1 file changed
cmd/crane/README.md
@@ -19,7 +19,7 @@ $ curl -sL "https://github.com/google/go-containerregistry/releases/latest/downl
19
20
Download a specific version:
21
```
22
-$ VERSION=TODO # Version number without leading v
+$ VERSION=TODO # Version number without leading v
23
$ OS=Linux # or Darwin, Windows
24
$ ARCH=x86_64 # or arm64, x86_64, armv6, i386, s390x
25
$ curl -sL "https://github.com/google/go-containerregistry/releases/download/v${VERSION}/go-containerregistry_${OS}_${ARCH}.tar.gz" > go-containerregistry.tar.gz
0 commit comments