diff --git a/.idea/libraries/JavaEWAH_0_7_9.xml b/.idea/libraries/JavaEWAH_0_7_9.xml deleted file mode 100644 index ba30d37ac..000000000 --- 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 c243ddedc..000000000 --- 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 7ad80e87c..000000000 --- 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 2c398e158..000000000 --- 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 ec629d9e4..e47e96401 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