From 95ec362b29856bedfc2e8e14d5fa75906b6fcaab Mon Sep 17 00:00:00 2001 From: George333123 Date: Thu, 7 Sep 2017 22:05:01 +0100 Subject: [PATCH] Add watchman install to RN setup instructions --- contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributing.md b/contributing.md index a8f22d58ca..ec85a133ec 100644 --- a/contributing.md +++ b/contributing.md @@ -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 ```