diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..95a31c258
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "openpgp-api-lib"]
+ path = libraries/openpgp-api-lib
+ url = https://github.com/open-keychain/openpgp-api-lib.git
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 453f2fcfc..6a2ce86fb 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -15,7 +15,6 @@
-
diff --git a/.idea/libraries/JavaEWAH_0_7_9.xml b/.idea/libraries/JavaEWAH_0_7_9.xml
index ba30d37ac..62fd8dc53 100644
--- a/.idea/libraries/JavaEWAH_0_7_9.xml
+++ b/.idea/libraries/JavaEWAH_0_7_9.xml
@@ -4,8 +4,6 @@
-
-
-
+
\ 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
index c243ddedc..a270c43ee 100644
--- a/.idea/libraries/commons_io_1_3_2.xml
+++ b/.idea/libraries/commons_io_1_3_2.xml
@@ -4,8 +4,6 @@
-
-
-
+
\ No newline at end of file
diff --git a/.idea/libraries/jsch_0_1_50.xml b/.idea/libraries/jsch_0_1_50.xml
index 7ad80e87c..17a3541d9 100644
--- a/.idea/libraries/jsch_0_1_50.xml
+++ b/.idea/libraries/jsch_0_1_50.xml
@@ -4,8 +4,6 @@
-
-
-
+
\ 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
index 2c398e158..91fc555f7 100644
--- a/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml
+++ b/.idea/libraries/org_eclipse_jgit_3_4_1_201406201815_r.xml
@@ -4,8 +4,6 @@
-
-
-
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 5fecfda4f..2dfce2aae 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -6,6 +6,7 @@
+
diff --git a/README.md b/README.md
index 954d24933..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,13 @@ 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
+ git submodule update
+
+
- [JGit](http://www.eclipse.org/jgit/) a pretty good git lib
- [Apache's FileUtils](https://commons.apache.org/proper/commons-io/) for files manipulations