Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ backplane-cli is a CLI tool to interact with [backplane api](https://github.com/

Go should be installed in your local system. We recommend using the latest stable Go version. For the minimum required version, see the `go` directive in [go.mod](go.mod)

### Option 1: Download from release
### MacOS
Comment thread
coderabbitai[bot] marked this conversation as resolved.

```brew
brew tap openshift-online/sre-tools
brew install openshift-online/sre-tools/backplane-cli
```


### Download from release

Comment thread
coderabbitai[bot] marked this conversation as resolved.
Download the latest binary from the GitHub [releases](https://github.com/openshift/backplane-cli/releases) page.

Expand All @@ -24,7 +32,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`.

Expand Down