Skip to content
Merged
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,17 @@ The following distroless images are available for Linux-based `amd64` and `arm64

## Homebrew

`dbc` is available via the Columnar Homebrew tap. The tap will first need
to be added to your environment:
You can install dbc from our Homebrew tap by running:

```console
$ brew tap columnar-tech/tap
$ brew install columnar-tech/tap/dbc
```

Once you've done this you can install the `dbc` cask:
This will automatically configure our tap and install dbc from it. If you'd rather do this as two separate commands, you can run,
Comment thread
amoeba marked this conversation as resolved.
Outdated

```console
$ brew install --cask dbc
$ brew tap columnar-tech/tap
$ brew install dbc
```

## Shell Completions
Expand Down