Skip to content

Commit 2a49c5b

Browse files
committed
Update nvm installation scripts to version 0.40.1
1 parent 665b0a5 commit 2a49c5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/install/nvm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414

1515
```bash [国内镜像加速]
1616
# 使用 wget 命令安装
17-
wget -qO- https://raw.gitmirror.com/nvm-sh/nvm/v0.39.7/install.sh | bash
17+
wget -qO- https://raw.gitmirror.com/nvm-sh/nvm/v0.40.1/install.sh | bash
1818

1919
# 使用 curl 命令安装
20-
curl -o- https://raw.gitmirror.com/nvm-sh/nvm/v0.39.7/install.sh | bash
20+
curl -o- https://raw.gitmirror.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2121
````
2222

2323
```bash [GitHub]
2424
# 使用 wget 命令安装
25-
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
25+
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2626
2727
# 使用 curl 命令安装
28-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
28+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
2929
```
3030
:::
3131

0 commit comments

Comments
 (0)