Skip to content

Commit

Permalink
chore: adding basic krew install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Oct 25, 2022
1 parent be8ac0e commit 5c7439d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ A kubectl plugin to display permissions from a service account

## Installation

### Install a development version

```
make build
make install
```

TODO make this `krew` installable
### Install via krew

```
kubectl krew update
kubectl krew install permissions
```

## Example

Expand Down

0 comments on commit 5c7439d

Please sign in to comment.