From cfc8331a7f1c4da6c1cca037f7381e2d994ce0ad Mon Sep 17 00:00:00 2001 From: James Ide Date: Fri, 25 Sep 2015 13:18:31 -0700 Subject: [PATCH] [Docs] Remove recommendation to install nvm from brew The nvm maintainers have their own recommended installation instructions (via shell script or git checkout), which are linked to from the docs. --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index ed8d9c0bb..ea76f8f8c 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -10,9 +10,9 @@ next: android-setup ## Requirements 1. OS X - Only OS X is currently supported -2. [Homebrew](http://brew.sh/) is the recommended way to install nvm, watchman, and flow. +2. [Homebrew](http://brew.sh/) is the recommended way to install Watchman and Flow. 3. Install [Node.js](https://nodejs.org/) 4.0 or newer. - - Install **nvm** with Homebrew or [its setup instructions here](https://github.com/creationix/nvm#installation). Then run `nvm install node && nvm alias default node`, which installs the latest version of Node.js and sets up your terminal so you can run it by typing `node`. With nvm you can install multiple versions of Node.js and easily switch between them. + - Install **nvm** with [its setup instructions here](https://github.com/creationix/nvm#installation). Then run `nvm install node && nvm alias default node`, which installs the latest version of Node.js and sets up your terminal so you can run it by typing `node`. With nvm you can install multiple versions of Node.js and easily switch between them. - New to [npm](https://docs.npmjs.com/)? 4. `brew install watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug. 5. `brew install flow`, if you want to use [flow](http://www.flowtype.org).