From dd045f57f1b36af29cbaba2c82312ee5ab1d360e Mon Sep 17 00:00:00 2001 From: zeapo Date: Fri, 15 Aug 2014 22:57:07 +0200 Subject: Small readme update (and configs) --- .idea/libraries/JavaEWAH_0_7_9.xml | 11 ----------- .idea/libraries/commons_io_1_3_2.xml | 11 ----------- .idea/libraries/jsch_0_1_50.xml | 11 ----------- .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml | 11 ----------- README.md | 5 ++++- 5 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 .idea/libraries/JavaEWAH_0_7_9.xml delete mode 100644 .idea/libraries/commons_io_1_3_2.xml delete mode 100644 .idea/libraries/jsch_0_1_50.xml delete mode 100644 .idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml diff --git a/.idea/libraries/JavaEWAH_0_7_9.xml b/.idea/libraries/JavaEWAH_0_7_9.xml deleted file mode 100644 index ba30d37a..00000000 --- a/.idea/libraries/JavaEWAH_0_7_9.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/commons_io_1_3_2.xml b/.idea/libraries/commons_io_1_3_2.xml deleted file mode 100644 index c243dded..00000000 --- a/.idea/libraries/commons_io_1_3_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/jsch_0_1_50.xml b/.idea/libraries/jsch_0_1_50.xml deleted file mode 100644 index 7ad80e87..00000000 --- a/.idea/libraries/jsch_0_1_50.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml b/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml deleted file mode 100644 index 2c398e15..00000000 --- a/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index ec629d9e..e47e9640 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ 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. + Features ======== - Clone an existing pass repository @@ -17,7 +20,7 @@ Libraries ========= This project uses three libraries: -- [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords +- [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords. To download the library, run the following commands at the root of the project git submodule init -- cgit v1.2.3