diff --git a/README.md b/README.md index afa4459..f4e6272 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,22 @@ 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. + +4. Build & Run. + ## Usage - genearte a PGP key pair