From f1df141077889e52b329a19619599eb2ab87c651 Mon Sep 17 00:00:00 2001 From: David Hellsing Date: Thu, 26 Mar 2015 23:41:21 +0100 Subject: [PATCH] Added ruby as requirement Ruby is needed to run the init, or you will get a syntax error --- docs/GettingStarted.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index ce1300ad547920..897982fbb68185 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -13,8 +13,9 @@ 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. -6. `brew install flow`. If you want to use [flow](http://www.flowtype.org). +5. `brew install ruby`. +6. `brew install watchman`. We recommend installing [watchman](https://facebook.github.io/watchman/docs/install.html), otherwise you might hit a node file watching bug. +7. `brew install flow`. If you want to use [flow](http://www.flowtype.org). ## Quick start