Skip to content

Commit

Permalink
Merge pull request #89 from brentvatne/patch-1
Browse files Browse the repository at this point in the history
Need to tap fb keg for fbsimctl install via homebrew
  • Loading branch information
rotemmiz authored Feb 26, 2017
2 parents b9a160e + 8122bff commit 2ce3d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Detox uses [Node.js](https://nodejs.org/) for its operation. Node manages depend

* Install the latest version of `brew` from [here](http://brew.sh).
* If you haven't already, install Node.js by running `brew update && brew install node`.
* You'd also need `fbsimctl` installed: `brew install fbsimctl`.
* You'd also need `fbsimctl` installed: `brew tap facebook/fb && brew install fbsimctl`.

This comment has been minimized.

Copy link
@LeoNatan

LeoNatan Feb 27, 2017

Contributor

This also needs --head at the end of the command.

* If you do not have a `package.json` file in the root folder of your project, create one by running `echo "{}" > package.json`.

By default, Xcode uses a randomized hidden path for outputting project build artifacts, called Derived Data. For ease of use, it is recommended to change the project build path to a more convenient path.
Expand Down

0 comments on commit 2ce3d8f

Please sign in to comment.