From 28e1248e01593883b8d0ce25d4e26008d53e8c79 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 23 Feb 2017 20:36:31 +0800 Subject: [PATCH] update build section of README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e8c3c5..894192d 100644 --- a/README.md +++ b/README.md @@ -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 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 @@ -30,8 +31,10 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin ## Build -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` +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) 3. Run pod install in the project root directory: `pod install` 4. Open `.xcworkspace` file in Xcode. 5. Build & Run.