Skip to content

Commit

Permalink
add hoembrew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Oct 25, 2023
1 parent e78bb13 commit 178e6a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ brews:
description: 'Rockset CLI'
repository:
owner: rockset
name: homebrew
name: homebrew-cli
branch: main
token: "{{ .Env.HOMEBREW_GITHUB_AUTH_TOKEN }}"
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[![GitHub issues](https://img.shields.io/github/issues/rockset/cli.svg)](https://github.com/rockset/cli/issues)
[![Release](https://img.shields.io/github/release/rockset/cli.svg?label=Release)](https://github.com/rockset/cli/releases)

## Installation

```shell
brew tap rockset/cli
brew install rockset
```

## Usage

The Rockset cli can be used as an alternative to the [console](https://console.rockset.com/),
Expand Down

0 comments on commit 178e6a2

Please sign in to comment.