Skip to content

Commit

Permalink
Merge pull request #90 from Skyscanner/add-watchman-install-to-rn-setup
Browse files Browse the repository at this point in the history
Add watchman install to RN setup instructions
  • Loading branch information
matthewdavidson authored Sep 11, 2017
2 parents c8a9b60 + 95ec362 commit f7e1e6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ which is available for macOS. Windows and Linux installation for these packages

In future, we intend to automate more of this to reduce the number of steps required.

##### Watchman (if not already installed)

```
brew install watchman
```

##### Java

```
Expand Down

0 comments on commit f7e1e6b

Please sign in to comment.