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.
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.