Include homebrew install instructions in user guide (#1211)

It's not automatically updated with every release (#400)
This commit is contained in:
Jason Hall 2021-02-02 10:13:32 -05:00 committed by GitHub
parent d5dd22fd2b
commit e51a1a3ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.