From 48104fe0f0838de849ed390045bba455dd9b7b07 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Wed, 8 Sep 2021 14:59:35 +0200 Subject: [PATCH] update brew command for kn (#4176) * 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 --- docs/snippets/install-kn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/install-kn.md b/docs/snippets/install-kn.md index a603dd6ac..a0846f2ab 100644 --- a/docs/snippets/install-kn.md +++ b/docs/snippets/install-kn.md @@ -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`.