Skip to content

Commit 929ee32

Browse files
authored
Update cmd/crane/README.md
1 parent d0d0a8e commit 929ee32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/crane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ curl -sL "https://github.com/google/go-containerregistry/releases/latest/downl
1919

2020
Download a specific version:
2121
```
22-
$ VERSION=TODO # Version number without leading v
22+
$ VERSION=TODO # Version number without leading v
2323
$ OS=Linux # or Darwin, Windows
2424
$ ARCH=x86_64 # or arm64, x86_64, armv6, i386, s390x
2525
$ 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

Comments
 (0)