From 9a838948d0412b5cc6fcc14c6cce465897febe49 Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 4 Apr 2024 11:00:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=A4=87=E7=94=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ab4c937..20aa11a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,8 +17,11 @@ description: Homebrew是macOS上最强大的包管理工具,可以帮你安装 ## 快速安装 -```shell script +```shell /bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)" + +# 备用安装链接 +/bin/bash -c "$(curl -fsSL https://b.idayer.com/brew.sh)" ```
将以上命令粘贴至终端。脚本内置镜像,让Homebrew安装的更快。