From c07953a37e19d938d4fed12bc23045137efcd4d5 Mon Sep 17 00:00:00 2001 From: Andrew Sardone Date: Tue, 31 Mar 2015 16:20:42 -0400 Subject: [PATCH] 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. --- docs/EmbeddedApp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/EmbeddedApp.md b/docs/EmbeddedApp.md index f7e1d0554..a191b6afc 100644 --- a/docs/EmbeddedApp.md +++ b/docs/EmbeddedApp.md @@ -28,10 +28,10 @@ pod 'React/RCTText' Remember to install all subspecs you need. The `` 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