Skip to content

Commit

Permalink
Fix install instructions for crane (#1020)
Browse files Browse the repository at this point in the history
* Fix install instructions for crane

When running the specified command you get - 
```
$ go install github.com/google/go-containerregistry/cmd/crane                                                                                                                                                                  ✘ 127

go install: version is required when current directory is not in a module
	Try 'go install github.com/google/go-containerregistry/cmd/crane@latest' to install the latest version
```

* Fix gcrane instructions
  • Loading branch information
samj1912 committed May 18, 2021
1 parent c061b3f commit 8395cdf
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 @@ -14,7 +14,7 @@ Download [latest release](https://github.com/google/go-containerregistry/release
Install manually:

```
go install github.com/google/go-containerregistry/cmd/crane
go install github.com/google/go-containerregistry/cmd/crane@latest
```

### 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:

```
go install github.com/google/go-containerregistry/cmd/gcrane
go install github.com/google/go-containerregistry/cmd/gcrane@latest
```

## Commands
Expand Down

0 comments on commit 8395cdf

Please sign in to comment.