Skip to content

Commit

Permalink
(update) Install watchman w/ --HEAD to avoid error
Browse files Browse the repository at this point in the history
Updated the docs for installing watchman with --HEAD per @wez suggestion in this issue thread facebook#239
  • Loading branch information
Rudimental committed Apr 2, 2015
1 parent 0a615ea commit 2baf1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ next: tutorial
2. New to Xcode? [Download it](https://developer.apple.com/xcode/downloads/) from the Mac App Store.
3. [Homebrew](http://brew.sh/) is the recommended way to install node, watchman, and flow.
4. `brew install node`. New to [node](https://nodejs.org/) or [npm](https://docs.npmjs.com/)?
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.
5. `brew install --HEAD watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug.
6. `brew install flow`. If you want to use [flow](http://www.flowtype.org).

## Quick start
Expand Down

0 comments on commit 2baf1de

Please sign in to comment.