mirror of https://github.com/knative/client.git
Include homebrew install instructions in user guide (#1211)
It's not automatically updated with every release (#400)
This commit is contained in:
parent
d5dd22fd2b
commit
e51a1a3ad2
|
@ -25,6 +25,13 @@ To use the kn container image:
|
|||
- Nightly: `gcr.io/knative-nightly/knative.dev/client/cmd/kn`
|
||||
- Latest release: `gcr.io/knative-releases/knative.dev/client/cmd/kn`
|
||||
|
||||
To install `kn` using [Homebrew](https://brew.sh):
|
||||
|
||||
```bash
|
||||
brew tap knative/client
|
||||
brew install kn
|
||||
```
|
||||
|
||||
### Connecting to your cluster
|
||||
|
||||
You'll need a `kubectl`-style config file to connect to your cluster.
|
||||
|
|
Loading…
Reference in New Issue