2021-01-25 19:03:15 +08:00

22 lines
740 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
hero:
title: Homebrew
desc: macOS飞速安装教程
image: /images/homebrew-256x256.png
actions:
- text: 快速开始
link: /guide/
footer: Open-source MIT Licensed | Copyright © 2021<br />Powered by [Neo](https://github.com/ineo6)
---
<Center><h2>快速安装 Homebrew</h2></Center>
```shell script
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"
```
<Center>将以上命令粘贴至终端。</Center>
<Center>脚本内置<a target="_blank" href="http://mirrors.ustc.edu.cn/help/brew.git.html">中科大镜像</a>所以让Homebrew安装速度飞快。</Center>
<Center>如果对安装有疑问,请通过 <a href="/guide/start/">快速开始</a> 安装。</Center>