From 69783422cd0a64043b438d098bf9415cbecff9a3 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 16 Feb 2017 15:51:47 +0800 Subject: [PATCH] update README --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 43e6626..15edf1a 100644 --- a/README.md +++ b/README.md @@ -28,23 +28,18 @@ GPG for encryption and Git for version control. ## Build -1. Run carthage bootstrap. -``` -carthage bootstrap --platform iOS -``` -2. Run pod install in the project root directory. -``` -pod install -``` -3. Open .xcworkspace file in Xcode. +1. Run carthage bootstrap: `carthage bootstrap --platform iOS` +2. Run pod install in the project root directory: `pod install` +3. Open `.xcworkspace` file in Xcode. 4. Build & Run. ## Usage -- genearte a PGP key pair -- use `pass` -- push password store to a private Git repository -- start to use Pass for iOS on your iPhone/iPad +- Genearte a PGP key pair +- Use the `pass` command line tool +- Push ecrypted password store to a private Git repository +- Build Pass for iOS by yourself or download from App Store +- Start to use Pass for iOS on your iPhone/iPad For more, please read the [wiki page](https://github.com/mssun/pass-ios/wiki).