Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
3 changes: 3 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down