From fcfe55108035e69013c225c3df3e8124c4cba869 Mon Sep 17 00:00:00 2001 From: ccmywish Date: Wed, 6 Jan 2021 13:31:53 +0800 Subject: [PATCH] test install use taobao fix #I2C6HE and update readme --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb1ee41..bb1b4dd 100644 --- a/README.md +++ b/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 # 不用全部打出版本号 +``` \ No newline at end of file