aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2ef8bfd8f..9af78e0bb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# OpenPGP Keychain (for Android)
-OpenPGP Keychain is a EXPERIMENTAL fork of Android Privacy Guard (APG)
+OpenPGP Keychain is an OpenPGP implementation for Android.
+The development began as a fork of Android Privacy Guard (APG).
see http://sufficientlysecure.org/keychain
-
# Build
## Build with Gradle
@@ -13,12 +13,14 @@ see http://sufficientlysecure.org/keychain
2. Export ANDROID_HOME pointing to your Android SDK
3. Install gradle
4. Execute ``gradle wrapper`` (http://www.gradle.org/docs/current/userguide/gradle_wrapper.html)
-5. Execute ``./gradlew assemble``
+5. Execute ``./gradlew build``
## Build with Ant
1. Have Android SDK "tools" directory in your PATH (http://developer.android.com/sdk/index.html)
-2. Execute ``android update project -p OpenPGP-Keychain`` and ``android update project -p libraries/ActionBarSherlock``
+2. Execute ``android update project -p OpenPGP-Keychain``
+3. Execute``android update project -p libraries/ActionBarSherlock``
+3. Execute``android update project -p libraries/HtmlTextView``
3. Execute ``cd OpenPGP-Kechain``, ``ant debug``
# Contribute