Skip to content

Commit

Permalink
docs: add go install method of install
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Sep 18, 2021
1 parent 8bf8e0d commit 24936be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,18 @@ brew install rootlyhq/homebrew-tap/rootly

#### 🐧 Linux and 🖥️ Windows

You can grab the binary from the [latest release](https://github.com/rootlyhq/cli/releases/latest) or run the following shell script:
You can grab the binary from the [latest release](https://github.com/rootlyhq/cli/releases/latest) or run the command below.

```bash
curl -fsSL https://raw.githubusercontent.com/rootlyhq/cli/main/install.sh | sh
```

If you have golang installed you can also just install the binary using the following command. Keep in mind that this will go in `~/go/bin/` by default which might not be in your path.

```bash
go install github.com/rootlyhq/cli@latest
```

## 📟 Commands

### ℹ️ `rootly pulse`
Expand Down

0 comments on commit 24936be

Please sign in to comment.