From: Dan Allen Date: Tue, 10 Sep 2019 23:16:37 +0000 (-0600) Subject: mention in README that Node.js provides npm X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f678ff6abb98e73a866a384c1be144520a6382b;p=working%2Feg-antora.git mention in README that Node.js provides npm --- diff --git a/README.adoc b/README.adoc index fd03757..8d8bfb0 100644 --- a/README.adoc +++ b/README.adoc @@ -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