Skip to content

Commit

Permalink
docs: update windows nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed May 30, 2022
1 parent d3dd18a commit 9f0631c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/install/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## 第一步、安装nvm

- 非Window用户
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
```

- Windows用户

[点击下载nvm-windows](https://github.com/coreybutler/nvm-windows/releases/download/1.1.9/nvm-setup.exe)

## 第二步、使用`nvm`安装nodejs

### 安装指定的nodejs版本
Expand Down

0 comments on commit 9f0631c

Please sign in to comment.