mention in README that Node.js provides npm
authorDan Allen <dan@opendevise.com>
Tue, 10 Sep 2019 23:16:37 +0000 (17:16 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 10 Sep 2019 23:16:37 +0000 (17:16 -0600)
README.adoc

index fd03757..8d8bfb0 100644 (file)
@@ -54,7 +54,7 @@ A more comprehensive can be found in the documentation at {url-antora-docs}.
 To preview and bundle the default UI, you need the following software on your computer:
 
 * {url-git}[git] (command: `git`)
-* {url-nodejs}[Node.js] (command: `node`)
+* {url-nodejs}[Node.js] (commands: `node` and `npm`)
 * {url-gulp}[Gulp CLI] (command: `gulp`)
 
 ==== git
@@ -67,7 +67,7 @@ If not, {url-git-dl}[download and install] the git package for your system.
 
 ==== Node.js
 
-Next, make sure that you have Node.js installed.
+Next, make sure that you have Node.js installed (which also provides npm).
 
  $ node --version