From 42f8417fb788f1a77b85cd1c45681a00dc5d9ee0 Mon Sep 17 00:00:00 2001 From: Raoul Thill Date: Wed, 17 May 2017 15:48:40 +0200 Subject: [PATCH] Update README.md (#539) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d536c4f2c..8d7dcaa66 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,12 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react - General requirements - XCode 8.3 - - Install watchman - $ brew install watchman - + - Install required packages using homebrew: + ```bash + $ brew install watchman + $ brew install yarn + ``` + - Clone repository and configure: ```bash $ git clone git@github.com:mattermost/mattermost-mobile.git