From c3bf5cc3417d60be60ee13fb93bdb5eccfbcbc2f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 21 Dec 2017 18:29:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on 7e74f03cc160252e3cf847037aa5126e96bcc304 --- docs/next/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index a9f5c43bd0b..bff2352da53 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -159,7 +159,7 @@
brew install node
 brew install watchman
 
-

If you have already installed Node on your system, make sure it is version 4 or newer.

+

If you have already installed Node on your system, make sure it is version 6 or newer.

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

Node

@@ -171,7 +171,7 @@

Open an Administrator Command Prompt (right click Command Prompt and select "Run as Administrator"), then run the following command:

choco install -y nodejs.install python2 jdk8
 
-

If you have already installed Node on your system, make sure it is version 4 or newer. If you already have a JDK on your system, make sure it is version 8 or newer.

+

If you have already installed Node on your system, make sure it is version 6 or newer. If you already have a JDK on your system, make sure it is version 8 or newer.

You can find additional installation options on Node's Downloads page.