Remove --verbose flag from `pod install`

It might be too chatty for people just starting out, but I can see why
people might want it.
This commit is contained in:
Andrew Sardone 2015-03-31 16:20:42 -04:00
parent cfba63edd4
commit c07953a37e
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ pod 'React/RCTText'
Remember to install all subspecs you need. The `<Text>` element cannot be used without `pod 'React/RCTText'`.
Then install pods via shell
Then install your pods:
```
$ pod install --verbose
$ pod install
```
## Create Your React Native App