Skip to content

Commit 202e3ff

Browse files
Update Nodejs_install.md
fix minor typos in test install section*
1 parent 263e5ba commit 202e3ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/NodeSource/Nodejs_install.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,13 @@ sudo snap install node --classic --channel=edge
464464
Due to their auto-updating nature, snaps are not necessarily appropriate for the deployment of your Node.js applications to production. NodeSource recommends a stable and integration-tested deployment pipeline for production applications such as the .deb or .rpm distributions outlined above. However, snaps are an excellent way to keep developer machines updated and allow for trivial and convenient switching between Node.js versions.
465465

466466
# Advanced usage
467+
467468
The snap man page, or Canonical’s advanced snap usage tutorial contains details of advanced snapd functionality.
468469

469470
# Test (install)
470-
To test an installation is working (and that the setup scripts are working!) use:
471+
472+
To test if an installation is working (and that the setup scripts are working!) use:
473+
471474
curl -fsSL https://deb.nodesource.com/test | bash -
472475

473476

0 commit comments

Comments
 (0)