From 2275aec1e9cc76442e595cccd601dbdbf28cd30d Mon Sep 17 00:00:00 2001 From: Yishi Lin Date: Thu, 15 Jun 2017 17:38:00 +0800 Subject: [PATCH] Update Carthage in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b796cfb..816c01c 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ For more, please read the [wiki page](https://github.com/mssun/pass-ios/wiki). 1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install libtool automake cmake carthage cocoapods` -2. Run carthage bootstrap in the project root directory: `carthage bootstrap - --platform iOS` (this could take a long time to build related frameworks) +2. Run carthage bootstrap in the project root directory: `carthage update ` then `carthage bootstrap + --platform iOS` (this may take some time) 3. Run pod install in the project root directory: `pod install` 4. Open `.xcworkspace` file in Xcode. 5. Build & Run.