Skip to content

Commit 19b0157

Browse files
committed
docs: add Homebrew installation instructions
1 parent 65f37af commit 19b0157

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Install with [Cargo](https://doc.rust-lang.org/cargo/):
3838
cargo install databow
3939
```
4040

41+
Install with [Homebrew](https://brew.sh/):
42+
43+
```sh
44+
brew install columnar-tech/tap/databow
45+
```
46+
4147
## Getting Started
4248

4349
Install the DuckDB ADBC driver with [dbc](https://docs.columnar.tech/dbc/):

docs/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Install from [crates.io](https://crates.io/crates/databow):
4343
cargo install databow
4444
```
4545

46+
## Homebrew
47+
48+
Install with [Homebrew](https://brew.sh/):
49+
50+
```sh
51+
brew install columnar-tech/tap/databow
52+
```
53+
4654
## Source
4755

4856
Install from source:

0 commit comments

Comments
 (0)