Skip to content

Commit

Permalink
Updating as per changes asked in review
Browse files Browse the repository at this point in the history
  • Loading branch information
MitaliBhalla committed Mar 17, 2023
1 parent 017378e commit 93706e8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ where `TAG_VERSION` is the version you wish to install.

Example: `go install github.com/openshift/backplane-cli@0.0.8`

`go install` will fetch, build binary and install that to your $GOBIN (if set) or $GOPATH/bin,
you should move this binary onto your $PATH if desired.
`go install` will fetch, build the binary and install it to your $GOBIN (if set) or $GOPATH/bin,

### Option 2: Download binary

Expand All @@ -48,7 +47,7 @@ To verify, you should see version output from backplane sub-command, like:

```
$ ocm backplane version
0.0.8
0.0.35
```

### Option 3: Build from source
Expand Down Expand Up @@ -166,8 +165,8 @@ In this example, we will login to a cluster with id `123456abcdef` in production

#### Open in browser

You can directly open the console in browser by adding flag -b or setting environment variable `BACKPLANE_DEFAULT_OPEN_BROWSER=true`. Example,

You can directly open the console in the browser by adding flag `-b` or setting the environment variable `BACKPLANE_DEFAULT_OPEN_BROWSER=true`.
When running this command, it will open the console in the browser automatically.

```
Expand Down

0 comments on commit 93706e8

Please sign in to comment.