Skip to content

Commit 74e3e98

Browse files
Update n.bash
Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: John Gee <john@ruru.gen.nz>
1 parent 53914ec commit 74e3e98

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)