From f601c20fa64013300ad11eaa0f87801509c4133c Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 2 Oct 2020 12:24:21 +0200 Subject: [PATCH] =?UTF-8?q?Update=20OSX=20instruction=20to=20install=20fro?= =?UTF-8?q?m=20brew=20=F0=9F=8D=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update OSX instructions to point to the official brew repo. We still keep the upload to tektoncd/tools since it's easy to maintain (it's part of goreleaser) and if there is an issue merging brew update we can still point user at it in the future. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a01fcc6f83..3dc0df11c6 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,10 @@ Download the latest binary executable for your operating system: * Mac OS X - - `tektoncd-cli` can be installed as a [brew tap](https://brew.sh): + - `tektoncd-cli` is available from [brew](https://brew.sh): ```shell - brew tap tektoncd/tools - brew install tektoncd/tools/tektoncd-cli + brew install tektoncd-cli ``` - Or by the [released tarball](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Darwin_x86_64.tar.gz):