aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-04-27 23:32:15 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-04-28 01:13:11 -0700
commit5488d2820bad156cbe5cfd4286522461bca912a0 (patch)
tree0ed17e3bed2d3a8e61900d372c7485d0f9c9f3f1 /src/objective-c
parent624b694cf9502c7bfaa385260882da98ab9040d9 (diff)
Warn in the sample's README that pod install must be run
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/examples/Sample/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/examples/Sample/README.md b/src/objective-c/examples/Sample/README.md
index 45ba544a34..716241bb75 100644
--- a/src/objective-c/examples/Sample/README.md
+++ b/src/objective-c/examples/Sample/README.md
@@ -1,2 +1 @@
-When contributing changes to this sample, use Cocoapods to manage the workspace
-file and everything under the Pods directory. \ No newline at end of file
+This sample app requires the use of Cocoapods. After installing Cocoapods, run `pod install` in this directory to recreate its dependencies. (This will compile OpenSSL, which takes some time).