Update Carthage in readme
This commit is contained in:
parent
a8060d28c9
commit
2275aec1e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue