mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-04-05 19:41:45 +08:00
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
||
hero:
|
||
title: Homebrew
|
||
desc: macOS飞速安装教程
|
||
image: /images/homebrew-256x256.png
|
||
actions:
|
||
- text: 快速开始
|
||
link: /guide/start/
|
||
footer: Open-source MIT Licensed | Copyright © 2023<br />Powered by [Neo](https://github.com/ineo6)
|
||
|
||
keywords: [Mac,Homebrew,macOS]
|
||
title: 快速安装Homebrew教程
|
||
description: Homebrew是macOS上最强大的包管理工具,可以帮你安装众多软件,本站提供的一键安装脚本可以帮你快速安装Homebrew。
|
||
---
|
||
|
||
<h1 style="display: none">镜像快速安装Homebrew教程</h1>
|
||
|
||
## 快速安装
|
||
|
||
```shell script
|
||
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
|
||
```
|
||
|
||
<Center>将以上命令粘贴至终端。脚本内置镜像,让Homebrew安装的更快。</Center>
|
||
|
||
<Center>如果想使用其他源安装,请使用 <a href="/guide/change-source/">镜像助手</a> 获取脚本。</Center>
|
||
|
||
<Center>更详细的安装说明,请点击 <a href="/guide/start/">快速开始</a> 开始安装。</Center>
|
||
|
||
## 交流
|
||
|
||
想加入微信群,可以关注公众号“湖中剑”回复“brew”获取加群二维码。
|
||
|
||
<img src="https://i.loli.net/2021/03/14/Gn7XKDUhtElmSV8.jpg" width="200" />
|