Skip to content

Commit 178e6a2

Browse files
committed
add hoembrew instructions
1 parent e78bb13 commit 178e6a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ brews:
4444
description: 'Rockset CLI'
4545
repository:
4646
owner: rockset
47-
name: homebrew
47+
name: homebrew-cli
4848
branch: main
4949
token: "{{ .Env.HOMEBREW_GITHUB_AUTH_TOKEN }}"

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[![GitHub issues](https://img.shields.io/github/issues/rockset/cli.svg)](https://github.com/rockset/cli/issues)
66
[![Release](https://img.shields.io/github/release/rockset/cli.svg?label=Release)](https://github.com/rockset/cli/releases)
77

8+
## Installation
9+
10+
```shell
11+
brew tap rockset/cli
12+
brew install rockset
13+
```
14+
815
## Usage
916

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

0 commit comments

Comments
 (0)