Skip to content

Commit 55570e2

Browse files
committed
Merge branch 'add-n-download-method' of github.com:shadowspawn/nodejs.org into add-n-download-method
2 parents 9ca6bdb + 74e3e98 commit 55570e2

File tree

1 file changed

+1
-1
lines changed
  • apps/site/snippets/en/download

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Download and install n and Node.js:
22
curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s ${props.release.major}
33

4-
# Download and install Node.js, done for you by n-install:
4+
# Node.js already installs during n-install, but you can also install it manually:
55
# n install ${props.release.major}
66

77
# Verify the Node.js version:

0 commit comments

Comments
 (0)