diff --git a/README.md b/README.md index 501876a0e..f8ffa30b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ PwdStore This application tries to be 100% compatible with [pass](http://www.zx2c4.com/projects/password-store/) You can install the application either from the [Play Store](https://play.google.com/store/apps/details?id=com.zeapo.pwdstore), -~~using the apk file found at `app/app-release.apk` or build everything from source.~~ +using the apk file found at `app/app-release.apk` or build everything from source. + +How-To +====== +*Note:* This section is work in progress + +Clone using SSH-key, then decrypt a password +-------------------------------------------- +![Clone And Decrypt](tutorial_clone_ssh_then_decrypt.gif) Features ======== diff --git a/app/app-debug.apk b/app/app-debug.apk new file mode 100644 index 000000000..4622e5aa2 Binary files /dev/null and b/app/app-debug.apk differ diff --git a/app/app-release.apk b/app/app-release.apk new file mode 100644 index 000000000..3be6a8689 Binary files /dev/null and b/app/app-release.apk differ diff --git a/tutorial_clone_ssh_then_decrypt.gif b/tutorial_clone_ssh_then_decrypt.gif new file mode 100644 index 000000000..739b7c6b5 Binary files /dev/null and b/tutorial_clone_ssh_then_decrypt.gif differ