From 9a942734f79cc17c84e86c7dc24a1620c7543f70 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 23 Feb 2017 14:53:56 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b724c6..7e8c3c5 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin ## Build -1. Install libtool, automake and cmake: `brew install libtool automake cmake` -2. Run carthage bootstrap: `carthage bootstrap --platform iOS` +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` 3. Run pod install in the project root directory: `pod install` 4. Open `.xcworkspace` file in Xcode. 5. Build & Run.