Skip to content

Commit

Permalink
update brew command for kn (#4176)
Browse files Browse the repository at this point in the history
* update brew command for kn

a formulae was merged in homebrew core to install kn without a specific tap

* Update docs/snippets/install-kn.md
  • Loading branch information
sebgoa authored Sep 8, 2021
1 parent 9a44aac commit 48104fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/install-kn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
For macOS, you can install `kn` by using [Homebrew](https://brew.sh){target=_blank}.

```
brew install knative/client/kn
brew install kn
```

Note: Quickstart requires `kn` version 0.25 or later. To upgrade an existing install to the latest version, run `brew upgrade kn`.
Expand Down

0 comments on commit 48104fe

Please sign in to comment.