Skip to content
Open
Changes from all commits
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
7 changes: 1 addition & 6 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,9 @@ The following distroless images are available for Linux-based `amd64` and `arm64

You can install dbc from our Homebrew tap by running:

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

This will automatically configure our tap and install dbc from it. If you'd rather do this as two separate commands, you can run:

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

Expand Down
Loading