mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-04-05 19:41:45 +08:00
feat: 更新环境变量设置文档
This commit is contained in:
parent
4086dd9a8c
commit
d56726150c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user