From d56726150cc953d59e9059cf2610cb8fc4e00f1b Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 26 Mar 2021 11:18:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E8=AE=BE=E7=BD=AE=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 4229029..55a0669 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -79,15 +79,15 @@ eval "$(/opt/homebrew/bin/brew shellenv)" zsh ```shell -echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.zprofile -eval "$(/opt/homebrew/bin/brew shellenv)" +echo 'eval "$(/usr/local/Homebrew/bin/brew shellenv)"' >> ~/.zprofile +eval "$(/usr/local/Homebrew/bin/brew shellenv)" ``` bash ```shell -echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.bash_profile -eval "$(/opt/homebrew/bin/brew shellenv)" +echo 'eval "$(/usr/local/Homebrew/bin/brew shellenv)"' >> ~/.bash_profile +eval "$(/usr/local/Homebrew/bin/brew shellenv)" ``` ## SHA256 mismatch