update readme

This commit is contained in:
Bob Sun 2017-02-23 14:53:56 +08:00
parent 4c5705d5fe
commit 9a942734f7
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -30,8 +30,8 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin
## Build ## Build
1. Install libtool, automake and cmake: `brew install libtool automake cmake` 1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install libtool automake cmake carthage cocoapods`
2. Run carthage bootstrap: `carthage bootstrap --platform iOS` 2. Run carthage bootstrap in the project root directory: `carthage bootstrap --platform iOS`
3. Run pod install in the project root directory: `pod install` 3. Run pod install in the project root directory: `pod install`
4. Open `.xcworkspace` file in Xcode. 4. Open `.xcworkspace` file in Xcode.
5. Build & Run. 5. Build & Run.