test install use taobao fix #I2C6HE and update readme

This commit is contained in:
ccmywish 2021-01-06 13:31:53 +08:00
parent 271375cbbf
commit fcfe551080

View File

@ -1,10 +1,25 @@
## 提示
正在测试完善中,欢迎任何形式的贡献。
## 安装
` 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/master/uninstall.sh)" `
## 使用
```bash
nvm ls
# 列出所有可安装版本
nvm ls-remote
# 安装某个版本Node
nvm install lts/fermium
nvm install v12.20.1
nvm install v15.5.1
# 切换Node版本
nvm use system
nvm use 14.15 # 不用全部打出版本号
```