aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-08-15 22:47:28 +0200
committerzeapo <mohamed@zenadi.com>2014-08-15 22:47:28 +0200
commit0c22e8de4b1d4229cfba0e84005c74bc8b31e858 (patch)
tree4975b76bc447b46cca70e58c4080adb85bc95f12 /README.md
parentffadf9e8b6746c0bf00160e79ac59f4e0416f4f0 (diff)
Added submodule for checking out openpgp-api-lib
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 954d2493..ec629d9e 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ Libraries
This project uses three libraries:
- [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