update README
This commit is contained in:
parent
5e9a0bda7a
commit
69783422cd
1 changed files with 8 additions and 13 deletions
21
README.md
21
README.md
|
|
@ -28,23 +28,18 @@ GPG for encryption and Git for version control.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
1. Run carthage bootstrap.
|
1. Run carthage bootstrap: `carthage bootstrap --platform iOS`
|
||||||
```
|
2. Run pod install in the project root directory: `pod install`
|
||||||
carthage bootstrap --platform iOS
|
3. Open `.xcworkspace` file in Xcode.
|
||||||
```
|
|
||||||
2. Run pod install in the project root directory.
|
|
||||||
```
|
|
||||||
pod install
|
|
||||||
```
|
|
||||||
3. Open .xcworkspace file in Xcode.
|
|
||||||
4. Build & Run.
|
4. Build & Run.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- genearte a PGP key pair
|
- Genearte a PGP key pair
|
||||||
- use `pass`
|
- Use the `pass` command line tool
|
||||||
- push password store to a private Git repository
|
- Push ecrypted password store to a private Git repository
|
||||||
- start to use Pass for iOS on your iPhone/iPad
|
- 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).
|
For more, please read the [wiki page](https://github.com/mssun/pass-ios/wiki).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue