From e65eff8df6dfcbe96aeca1a07628f24e47381995 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Sat, 30 May 2015 15:09:32 -0700 Subject: [PATCH] [Docs] Add supported iOS version to getting started --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index e111327ce..3d7b8d656 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -9,7 +9,7 @@ next: tutorial ## Requirements -1. OS X - This repo only contains the iOS implementation right now, and Xcode only runs on Mac. +1. OS X - This repo only contains the iOS (7+) implementation right now, and Xcode only runs on Mac. 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/)?