Skip to content

Commit

Permalink
Remove --verbose flag from pod install
Browse files Browse the repository at this point in the history
It might be too chatty for people just starting out, but I can see why
people might want it.
  • Loading branch information
andrewsardone committed Mar 31, 2015
1 parent cfba63e commit c07953a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/EmbeddedApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c07953a

Please sign in to comment.