From 19b0157d71bbbb6373c5adc1e1ea9725c4e32301 Mon Sep 17 00:00:00 2001 From: Emil Sadek Date: Wed, 22 Jul 2026 12:49:53 -0700 Subject: [PATCH] docs: add Homebrew installation instructions --- README.md | 6 ++++++ docs/installation.md | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 849c770..93d21ec 100644 --- a/README.md +++ b/README.md @@ -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/): diff --git a/docs/installation.md b/docs/installation.md index 2cd686b..6fa2b53 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 +``` + ## Source Install from source: