Skip to content

Commit

Permalink
Update install instructions for go1.16 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Feb 19, 2021
1 parent d81088d commit 49ca2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download [latest release](https://github.com/google/go-containerregistry/release
Install manually:

```
GO111MODULE=on go get -u github.com/google/go-containerregistry/cmd/crane
go install github.com/google/go-containerregistry/cmd/crane
```

### Install via brew
Expand Down
2 changes: 1 addition & 1 deletion cmd/gcrane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Download [latest release](https://github.com/google/go-containerregistry/release
Install manually:

```
GO111MODULE=on go get -u github.com/google/go-containerregistry/cmd/gcrane
go install github.com/google/go-containerregistry/cmd/gcrane
```

## Commands
Expand Down

0 comments on commit 49ca2bb

Please sign in to comment.