diff options
author | knuthy <knuthy@gmail.com> | 2014-09-13 11:36:02 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-13 11:36:02 +0200 |
commit | 50b5a118cabf480781bbed501beb425acaea5b64 (patch) | |
tree | 53e647c234e24f16ed5b16585346946db72b884b | |
parent | e9bf9c9369bdf1d3d4cd99c123070377ce92e504 (diff) |
Added a gif to explain how it works. And the APKs
Fix #3
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | app/app-debug.apk | bin | 0 -> 1717752 bytes | |||
-rw-r--r-- | app/app-release.apk | bin | 0 -> 1717641 bytes | |||
-rw-r--r-- | tutorial_clone_ssh_then_decrypt.gif | bin | 0 -> 2184572 bytes |
4 files changed, 9 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 00000000..4622e5aa --- /dev/null +++ b/app/app-debug.apk diff --git a/app/app-release.apk b/app/app-release.apk Binary files differnew file mode 100644 index 00000000..3be6a868 --- /dev/null +++ b/app/app-release.apk diff --git a/tutorial_clone_ssh_then_decrypt.gif b/tutorial_clone_ssh_then_decrypt.gif Binary files differnew file mode 100644 index 00000000..739b7c6b --- /dev/null +++ b/tutorial_clone_ssh_then_decrypt.gif |