use main branch

This commit is contained in:
ccmywish 2022-11-15 10:30:11 +08:00
parent 37a6d88517
commit d1372b0013
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
## 安装
` bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/install.sh)" `
` bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/main/install.sh)" `
## 卸载
` bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/uninstall.sh)" `
` bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/main/uninstall.sh)" `
## 使用

View File

@ -24,7 +24,7 @@ echo "export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node" >> ~/.bas
echo "export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node" >> ~/.zshrc
echo "=> 安装nvm-update,升级更新请使用该命令"
curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/nvm-update.sh -o nvm-update.sh
curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/main/nvm-update.sh -o nvm-update.sh
chmod +x ./nvm-update.sh
sudo mv ./nvm-update.sh /usr/local/bin/nvm-update