--- hero: title: Homebrew desc: macOS飞速安装教程 image: /images/homebrew-256x256.png actions: - text: 快速开始 link: /guide/start/ footer: Open-source MIT Licensed | Copyright © 2021
Powered by [Neo](https://github.com/ineo6) ---

镜像快速安装Homebrew教程

快速安装 Homebrew

```shell script /bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)" ```
将以上命令粘贴至终端。脚本内置中科大镜像,所以能让Homebrew安装速度飞快。
如果想使用其他源安装,或者已安装但是想换源,请使用镜像助手获取脚本。
更详细的安装说明,请点击 快速开始 开始安装。