From 3f2c319ee8ecc82c0f93f8cbdf4b6b0592f3b468 Mon Sep 17 00:00:00 2001 From: Davy <95214375+thedavidweng@users.noreply.github.com> Date: Sun, 14 Jun 2026 00:10:59 -0700 Subject: [PATCH] docs: add Homebrew installation option MiMo-Code is now available on Homebrew (brew install mimo-code). Added Homebrew install command to both English and Chinese READMEs. Homebrew formula: https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/mimo-code.rb --- README.md | 3 +++ README.zh.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index fc276fdc..01d14f6a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ MiMo Auto is built in as a free-for-limited-time channel, so you can start with # One-line install curl -fsSL https://mimo.xiaomi.com/install | bash +# Or install via Homebrew (macOS/Linux) +brew install mimo-code + # Or install via npm npm install -g @mimo-ai/cli ``` diff --git a/README.zh.md b/README.zh.md index dd67ba43..34cd0b51 100644 --- a/README.zh.md +++ b/README.zh.md @@ -28,6 +28,9 @@ MiMoCode 是一个终端原生的 AI 编程助手。它能读写代码、执行 # 一键安装 curl -fsSL https://mimo.xiaomi.com/install | bash +# 或通过 Homebrew 安装(macOS/Linux) +brew install mimo-code + # 或通过 npm 安装 npm install -g @mimo-ai/cli ```