Skip to content

Commit 72131a7

Browse files
authored
download: fix nvm instructions (#7434)
1 parent 8746984 commit 72131a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Download and install nvm:
22
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
33

4+
# activate nvm (in lieu of restarting the shell)
5+
\. "${HOME}/.nvm/nvm.sh"
6+
47
# Download and install Node.js:
58
nvm install ${props.release.major}
69

0 commit comments

Comments
 (0)