diff --git a/README.md b/README.md index 8ba8dd77e..225ae7bc7 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,6 @@ Download the latest `CC-Switch-v{version}-Windows.msi` installer or `CC-Switch-v **Method 1: Install via Homebrew (Recommended)** ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ``` diff --git a/README_JA.md b/README_JA.md index 4749fd7f3..ad02c28c5 100644 --- a/README_JA.md +++ b/README_JA.md @@ -291,7 +291,6 @@ CC Switch は「最小限の介入」という設計原則に従っています **方法 1: Homebrew でインストール(推奨)** ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ``` diff --git a/README_ZH.md b/README_ZH.md index 06cff471e..26744676b 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -294,7 +294,6 @@ CC Switch macOS 版本已通过 Apple 代码签名和公证,可直接下载安 **方式一:通过 Homebrew 安装(推荐)** ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ``` diff --git a/docs/release-notes/v3.15.0-en.md b/docs/release-notes/v3.15.0-en.md index eaaac2a6b..e08c6c5c7 100644 --- a/docs/release-notes/v3.15.0-en.md +++ b/docs/release-notes/v3.15.0-en.md @@ -499,8 +499,9 @@ Visit [Releases](https://github.com/farion1231/cc-switch/releases/latest) to dow ### Homebrew (macOS) +> 🎉 CC Switch is now available in the official Homebrew cask repository — no need to add a custom tap! + ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ``` diff --git a/docs/release-notes/v3.15.0-ja.md b/docs/release-notes/v3.15.0-ja.md index ae82bf932..28b06c6cd 100644 --- a/docs/release-notes/v3.15.0-ja.md +++ b/docs/release-notes/v3.15.0-ja.md @@ -499,8 +499,9 @@ Usage サマリーはキャッシュ正規化後の真の総トークン数 + ### Homebrew(macOS) +> 🎉 CC Switch は Homebrew 公式 cask リポジトリに収録されました。カスタム tap の追加は不要です! + ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ``` diff --git a/docs/release-notes/v3.15.0-zh.md b/docs/release-notes/v3.15.0-zh.md index c8f9d63e7..09a04a691 100644 --- a/docs/release-notes/v3.15.0-zh.md +++ b/docs/release-notes/v3.15.0-zh.md @@ -499,8 +499,9 @@ Release notes 模板中呈现 `ccswitch.io`。 ### Homebrew(macOS) +> 🎉 CC Switch 现已收录至 Homebrew 官方 cask 仓库,无需添加第三方 tap! + ```bash -brew tap farion1231/ccswitch brew install --cask cc-switch ```