update readme to use nvm-update

This commit is contained in:
ccmywish 2021-01-07 12:22:07 +08:00
parent fcfe551080
commit 5b87833358

View File

@ -22,4 +22,7 @@ nvm install v15.5.1
# 切换Node版本
nvm use system
nvm use 14.15 # 不用全部打出版本号
# 更新nvm
nvm-update
```