https://brew.sh/
- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Next steps:
- Run these three commands in your terminal to add Homebrew to your PATH:
echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/huipeng/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/huipeng/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Run
brew help
to get started - Further documentation:
https://docs.brew.sh
- Uninstall Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
网友评论