From 803dc36b005d9c4f5a475ec38dde6ff4a2a7fbe5 Mon Sep 17 00:00:00 2001 From: itamaker Date: Mon, 9 Mar 2026 17:44:05 +0800 Subject: [PATCH] Update Homebrew install command in README --- README.md | 3 +-- docs/README.zh.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 953aa60..75a4bb7 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/ ```bash # Or install via Homebrew (custom tap) -brew tap itamaker/tap -brew install --cask go-chrome-ai +brew install --cask itamaker/tap/go-chrome-ai ```
diff --git a/docs/README.zh.md b/docs/README.zh.md index 0bf7a28..5e79530 100644 --- a/docs/README.zh.md +++ b/docs/README.zh.md @@ -26,8 +26,7 @@ curl -fsSL https://raw.githubusercontent.com/itamaker/go-chrome-ai/main/scripts/ ```bash # 或通过 Homebrew(自定义 tap)安装 -brew tap itamaker/tap -brew install --cask go-chrome-ai +brew install --cask itamaker/tap/go-chrome-ai ```