From a213ac890790268e3729a46f8227e8b82b2a250f Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 12 Jan 2014 01:10:48 +0100 Subject: [PATCH] Update README.md The README was omitting the fact that xctool is a requirement for building Rebel. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8dd291..066ada5 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,15 @@ This framework is very much a work in progress at the moment, and should be cons ## Getting Started -To start building the framework, clone this repository and then run `script/bootstrap`. +To start building the framework, clone this repository, install `xctool` and then run `script/bootstrap`. This will automatically pull down any dependencies. +To install `xctool` using homebrew: + + brew update + brew install xctool + + ## License Rebel is released under the MIT license. See [LICENSE.md](https://github.com/github/Rebel/blob/master/LICENSE.md).