We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e7910 + f61c50d commit 7cb2899Copy full SHA for 7cb2899
cmd/oci-image-tool/README.md
@@ -7,12 +7,12 @@ A tool for working with OCI images
7
This project uses the Go programming language and is tested with the [Go
8
compiler](https://golang.org/dl/). (Results with gccgo may vary)
9
10
-Install from a particular version of this repo (i.e. the v0.3.0 tag):
+Install from a particular version of this repo (i.e. the v0.4.0 tag):
11
12
```bash
13
go get -u -d github.com/opencontainers/image-spec
14
cd $GOPATH/src/github.com/opencontainers/image-spec
15
-git checkout -f v0.3.0
+git checkout -f v0.4.0
16
go install github.com/opencontainers/image-spec/cmd/oci-image-tool
17
```
18
0 commit comments