Skip to content

Commit

Permalink
Update 'README.md'.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custódio <[email protected]>
  • Loading branch information
bmcustodio committed Apr 5, 2020
1 parent f10fa81 commit 7200a36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ A `kubectl` plugin for interacting with [Cilium](https://cilium.io).

## Installation

At the moment, `kubectl-cilium` must be installed by running
`kubectl-cilium` can be installed using [Krew](https://github.com/kubernetes-sigs/krew):

```shell
$ kubectl krew install cilium
```

Alternatively, `kubectl-cilium` can be installed by running

```shell
$ go get github.com/bmcstdio/kubectl-cilium/cmd/kubectl-cilium
Expand Down

0 comments on commit 7200a36

Please sign in to comment.