brew 安装 nvm

32 阅读1分钟
brew update
brew install nvm
echo "source $(brew --prefix nvm)/nvm.sh" >> .zshrc
source ~/.zshrc