Skip to content

Commit

Permalink
doc: add homebrew install (#919)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jan 21, 2021
1 parent 213dd48 commit 859dff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmd/crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Install manually:
GO111MODULE=on go get -u github.com/google/go-containerregistry/cmd/crane
```

### Install via brew

If you're macOS user and using [Homebrew](https://brew.sh/), you can install via brew command:

```sh
$ brew install crane
```

## Images

You can also use crane as docker image
Expand Down

0 comments on commit 859dff2

Please sign in to comment.