From d3b730f900a605c8600226755ed0be7fce6334e4 Mon Sep 17 00:00:00 2001 From: Francesco Lucarelli <67560467+fraluc06@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:52:17 +0200 Subject: [PATCH] docs(readme): use official homebrew cask Update Homebrew install instructions to use the official Homebrew Cask now that DBX is available in homebrew/cask. --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 150f2c5b9..3a84fbd16 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Download the latest release from the [Releases](https://github.com/t8y2/dbx/rele **Homebrew (macOS):** ```bash -brew install --cask t8y2/tap/dbx +brew install --cask dbx ``` **Scoop (Windows):** diff --git a/README.zh-CN.md b/README.zh-CN.md index ded6d0d6c..e2359fc6f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -167,7 +167,7 @@ dbx query local "select 1" --json **Homebrew (macOS):** ```bash -brew install --cask t8y2/tap/dbx +brew install --cask dbx ``` **Scoop (Windows):**