From 05169b90409ec352dfb91fea95e755beb97ae717 Mon Sep 17 00:00:00 2001 From: Gianluca Stella Date: Tue, 12 May 2026 09:45:41 +0200 Subject: [PATCH] Add instructions to install with Homebrew --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 014cf003..6f206e3d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,14 @@ backplane-cli is a CLI tool to interact with [backplane api](https://github.com/ Go should be installed in your local system with version 1.19 -### Option 1: Download from release +### MacOS + +```brew +brew install backplane-cli +``` + + +### Download from release Download the latest binary from the GitHub [releases](https://github.com/openshift/backplane-cli/releases) page. @@ -24,7 +31,7 @@ $ chmod +x ocm-backplane $ mv ocm-backplane $GOBIN ``` -### Option 2: Build from source +### Build from source First clone the repository somewhere in your `$PATH`. A common place would be within your `$GOPATH`.