mirror of
https://gitee.com/RubyMetric/nvm-cn.git
synced 2025-12-25 20:02:45 +00:00
test install use taobao fix #I2C6HE and update readme
This commit is contained in:
parent
271375cbbf
commit
fcfe551080
23
README.md
23
README.md
|
|
@ -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 # 不用全部打出版本号
|
||||
```
|
||||
Loading…
Reference in New Issue