From 290921d348ab7cacad751c404457cf0cd27f8847 Mon Sep 17 00:00:00 2001 From: neo Date: Wed, 14 Apr 2021 14:42:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start.md b/docs/guide/start.md index a08c90c..d8f21a8 100644 --- a/docs/guide/start.md +++ b/docs/guide/start.md @@ -125,7 +125,7 @@ brew update 使用官方脚本同样会遇到`uninstall`地址无法访问问题,可以使用下面脚本: ```shell -/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall.shell)" +/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall.sh)" ``` ## 其他相关