From 816e15725face7f7663822f63b4d1ecb7832cbdf Mon Sep 17 00:00:00 2001 From: Bryan Luby Date: Sat, 18 Jan 2014 07:43:52 -0600 Subject: [PATCH] Added build step for updating to latest CocoaPods. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f038a41..0b2150b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The app demonstrates how to use Core Data, unit tests, ReactiveCocoa, and Model- Building ---------------- +If necessary, [update](http://guides.cocoapods.org/using/getting-started.html#updating-cocoapods) to the latest version of CocoaPods. + Clone the repository, then run `pod install`, opening the generated Xcode workspace. Testing