From d87bd4ad91ccf737983bf4e6fd5ce3baad970c62 Mon Sep 17 00:00:00 2001 From: Francesco Lucarelli <67560467+fraluc06@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:24:42 +0200 Subject: [PATCH] docs(getting-started): use official homebrew cask (#607) Update Homebrew install instructions to use the official Homebrew Cask now that DBX is available in homebrew/cask. --- docs/content/docs/getting-started.cn.mdx | 2 +- docs/content/docs/getting-started.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/getting-started.cn.mdx b/docs/content/docs/getting-started.cn.mdx index 4ffde33c1..dd0368197 100644 --- a/docs/content/docs/getting-started.cn.mdx +++ b/docs/content/docs/getting-started.cn.mdx @@ -16,7 +16,7 @@ description: 安装 DBX、创建第一个连接,并了解桌面版、Docker 使用 Homebrew 安装: ```bash - brew install --cask t8y2/tap/dbx + brew install --cask dbx ``` 之后可用以下命令更新: diff --git a/docs/content/docs/getting-started.mdx b/docs/content/docs/getting-started.mdx index 9474e4d5e..d4add71b4 100644 --- a/docs/content/docs/getting-started.mdx +++ b/docs/content/docs/getting-started.mdx @@ -16,7 +16,7 @@ This guide gets you through three things: Install with Homebrew: ```bash - brew install --cask t8y2/tap/dbx + brew install --cask dbx ``` Update later with: