update build section of README
This commit is contained in:
parent
93e0cd8ffe
commit
28e1248e01
1 changed files with 6 additions and 3 deletions
|
|
@ -8,7 +8,8 @@ Pass is an iOS client compatible with [ZX2C4's Pass command line
|
||||||
application](http://www.passwordstore.org/). It is a password manager using
|
application](http://www.passwordstore.org/). It is a password manager using
|
||||||
GPG for encryption and Git for version control.
|
GPG for encryption and Git for version control.
|
||||||
|
|
||||||
Pass for iOS is under *TestFlight external testing*. Drop me an email for testing. Thank you.
|
Pass for iOS is under *TestFlight external testing*. Drop me an email for
|
||||||
|
testing. Thank you.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
@ -30,8 +31,10 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install libtool automake cmake carthage cocoapods`
|
1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install
|
||||||
2. Run carthage bootstrap in the project root directory: `carthage bootstrap --platform iOS`
|
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)
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue