Skip to content

Commit

Permalink
describe how to install crane on arch (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichSchreiner committed Mar 16, 2021
1 parent 29b86b5 commit b111f87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ If you're macOS user and using [Homebrew](https://brew.sh/), you can install via
$ brew install crane
```

### Install on arch

If you're arch linux user and use [some AUR
helper](https://wiki.archlinux.org/index.php/AUR_helpers) you can install it with one of
your favourite command:

```sh
$ yay -S go-crane-bin
```

## Images

You can also use crane as docker image
Expand Down

0 comments on commit b111f87

Please sign in to comment.