Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbed87a

Browse files
author
James Ide
committed
Merge pull request facebook#2619 from JonathanHayward/patch-1
Specify missing step
2 parents 9b27116 + b7f5b8c commit cbed87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ next: tutorial
1313
2. [Xcode](https://developer.apple.com/xcode/downloads/) 6.3 or higher is recommended.
1414
3. [Homebrew](http://brew.sh/) is the recommended way to install io.js, watchman, and flow.
1515
4. Install [io.js](https://iojs.org/) 1.0 or newer. io.js is the modern version of Node.
16-
- Install **nvm** with [its setup instructions here](https://github.com/creationix/nvm#installation). Then run `nvm install iojs-v2 && nvm alias default iojs-v2`, which installs the latest compatible version of io.js and sets up your terminal so that typing `node` runs io.js. With nvm you can install multiple versions of Node and io.js and easily switch between them.
16+
- Install **nvm** with [its setup instructions here](https://github.com/creationix/nvm#installation). To benefit from the changes to your .bashrc, close and reopen your terminal window. Then run `nvm install iojs-v2 && nvm alias default iojs-v2`, which installs the latest compatible version of io.js and sets up your terminal so that typing `node` runs io.js. With nvm you can install multiple versions of Node and io.js and easily switch between them.
1717
- New to [npm](https://docs.npmjs.com/)?
1818
5. `brew install watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug.
1919
6. `brew install flow`. If you want to use [flow](http://www.flowtype.org).

0 commit comments

Comments
 (0)