From 6b3d75c1be92e8dfa4510ff36d5d823d5fd9d61f Mon Sep 17 00:00:00 2001 From: Yishi Lin Date: Sat, 28 Sep 2019 15:19:02 +0800 Subject: [PATCH] Update readme (fix #312) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2feea35..ad1aa58 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ For more, please read the [wiki page](https://github.com/mssun/passforios/wiki). 1. Install libtool, automake, cmake, carthage, and go: `brew install libtool automake cmake carthage go`. 2. Run carthage bootstrap in the project root directory: `carthage update ` then `carthage bootstrap --platform iOS` (this may take some time). 3. Run `./gopenpgp_build.sh` to build go dependencies. -4. Open `pass.xcodeproj` file in Xcode. -5. Build & Run. +4. Run pod install in the project root directory: `pod install`. +5. Open `pass.xcodeproj` file in Xcode. +6. Build & Run. ## License