Skip to content

Commit 7cb2899

Browse files
authored
Merge pull request #202 from RobDolinMS/patch-1
[ReadMe] Update example to v0.4.0
2 parents b3e7910 + f61c50d commit 7cb2899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/oci-image-tool/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A tool for working with OCI images
77
This project uses the Go programming language and is tested with the [Go
88
compiler](https://golang.org/dl/). (Results with gccgo may vary)
99

10-
Install from a particular version of this repo (i.e. the v0.3.0 tag):
10+
Install from a particular version of this repo (i.e. the v0.4.0 tag):
1111

1212
```bash
1313
go get -u -d github.com/opencontainers/image-spec
1414
cd $GOPATH/src/github.com/opencontainers/image-spec
15-
git checkout -f v0.3.0
15+
git checkout -f v0.4.0
1616
go install github.com/opencontainers/image-spec/cmd/oci-image-tool
1717
```
1818

0 commit comments

Comments
 (0)