We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ca6bdb + 74e3e98 commit 55570e2Copy full SHA for 55570e2
apps/site/snippets/en/download/n.bash
@@ -1,7 +1,7 @@
1
# Download and install n and Node.js:
2
curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s ${props.release.major}
3
4
-# Download and install Node.js, done for you by n-install:
+# Node.js already installs during n-install, but you can also install it manually:
5
# n install ${props.release.major}
6
7
# Verify the Node.js version:
0 commit comments