Skip to content

Commit c78b20c

Browse files
committed
docs: nvm references latest version
1 parent 3531779 commit c78b20c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apps/site/snippets/en/download/nvm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download and install nvm:
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
33

44
# in lieu of restarting the shell
55
\. "$HOME/.nvm/nvm.sh"

apps/site/snippets/fr/download/nvm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Télécharger et installer nvm :
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
33

44
# au lieu de redémarrer le shell
55
\. "$HOME/.nvm/nvm.sh"

apps/site/snippets/ja/download/nvm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nvmをダウンロードしてインストールする:
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
33

44
# シェルを再起動する代わりに実行する
55
\. "$HOME/.nvm/nvm.sh"

apps/site/snippets/pt/download/nvm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Descarregar e instalar a nvm:
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
33

44
# Em vez de reiniciar a concha ou shell
55
\. "$HOME/.nvm/nvm.sh"

apps/site/snippets/uk/download/nvm.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Завантажує й установлює nvm:
2-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
2+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
33

44
# Замість перезапуску оболонки можна виконати:
55
\. "$HOME/.nvm/nvm.sh"

0 commit comments

Comments
 (0)