Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Install with [Cargo](https://doc.rust-lang.org/cargo/):
cargo install databow
```

Install with [Homebrew](https://brew.sh/):

```sh
brew install columnar-tech/tap/databow
```

## Getting Started

Install the DuckDB ADBC driver with [dbc](https://docs.columnar.tech/dbc/):
Expand Down
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Install from [crates.io](https://crates.io/crates/databow):
cargo install databow
```

## Homebrew

Install with [Homebrew](https://brew.sh/):

```sh
brew install columnar-tech/tap/databow
Comment thread
amoeba marked this conversation as resolved.
```

## Source

Install from source:
Expand Down
Loading