From 4ca4ce26f2902805c3602974bfeed14abb5e762e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B2=E9=94=8B=E7=9A=84=E7=BE=8A=E9=A9=BC?= <576172400@qq.com> Date: Sat, 14 Sep 2024 01:51:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冲锋的羊驼 <576172400@qq.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5b4c40..787404a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ ## 安装 `bash -c "$(curl -fsSL https://gitee.com/RubyMetric/nvm-cn/raw/main/install.sh)"` +
+安装完成后执行指令:
+`source ~/.nvm/nvm.sh` +
+此时可以查到版本信息则表示安装成功:
+`nvm -v` + ## 卸载 `bash -c "$(curl -fsSL https://gitee.com/RubyMetric/nvm-cn/raw/main/uninstall.sh)"` -- Gitee