summaryrefslogtreecommitdiffstats
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-01-10 03:09:29 -0700
committerDan Allen <dan@opendevise.com>2018-01-10 03:09:29 -0700
commit1e6f6233a2512764c8dfbec02874210f20472acb (patch)
tree860d12abbb1a677f4868e1704d4a6bf55ccf0eaa /docs/modules
parent0df17639e594f9cca6273ddb6f6a3566af67e94f (diff)
downloadalpine-antora-theme-1e6f6233a2512764c8dfbec02874210f20472acb.tar.bz2
alpine-antora-theme-1e6f6233a2512764c8dfbec02874210f20472acb.tar.xz
add evaluation tutorial to README
- add evaluation tutorial to README - extract URIs as attributes - update intro - update copyright - clarify Node install instructions in docs
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/prerequisites.adoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/modules/ROOT/pages/prerequisites.adoc b/docs/modules/ROOT/pages/prerequisites.adoc
index f4da144..d0fda9a 100644
--- a/docs/modules/ROOT/pages/prerequisites.adoc
+++ b/docs/modules/ROOT/pages/prerequisites.adoc
@@ -38,7 +38,7 @@ Next, make sure that you have Node 8 installed.
While you can install Node from the official packages, we strongly recommend that you use {uri-nvm}[nvm] (Node Version Manager) to install and manage Node.
Follow the {uri-nvm-install}[nvm installation instructions] to set up nvm on your machine.
-Once you've installed nvm, open a new terminal and install the stable version of Node using the following command:
+Once you've installed nvm, open a new terminal and install Node 8 using the following command:
$ nvm install 8
@@ -46,9 +46,11 @@ You can switch to this version of Node at any time using the following command:
$ nvm use 8
-Check the version to verify you're on Node 8 or better.
+To make Node 8 the default in new terminals, type:
- $ node --version
+ $ nvm alias default 8
+
+Now that you have Node 8 installed, you can proceed with installing the Gulp CLI and Yarn.
== Gulp CLI