Skip to content

Commit

Permalink
Merge pull request #12 from corneliusweig/krew-readme
Browse files Browse the repository at this point in the history
Improve readme instructions around the `krew` installation method
  • Loading branch information
Cornelius Weig authored Feb 25, 2019
2 parents ef89784 + 5bc71c4 commit 38f7eac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@ Get all resources...
Also see [Usage](doc/USAGE.md).

## Installation
There are several ways to install `ketall`. The recommended installation method is via `krew`.

### Via krew
Krew is a `kubectl` plugin manager. If you have not yet installed `krew`, get it at
[https://github.com/GoogleContainerTools/krew](https://github.com/GoogleContainerTools/krew).
Then installation is as simple as
```bash
kubectl krew install get-all
```
The plugin will be available as `kubectl get-all`, see [doc/USAGE](doc/USAGE.md) for further details.

### Binaries
When using the binaries for installation, also have a look at [doc/USAGE](doc/USAGE.md).
Expand Down

0 comments on commit 38f7eac

Please sign in to comment.