Update README.md (#539)
This commit is contained in:
parent
9161b92bd3
commit
42f8417fb7
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue