summaryrefslogtreecommitdiff
path: root/wallet/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/README.md')
-rw-r--r--wallet/README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/wallet/README.md b/wallet/README.md
index 22e283f..32e2139 100644
--- a/wallet/README.md
+++ b/wallet/README.md
@@ -1,10 +1,15 @@
# GNU Taler Wallet
This package implements a GNU Taler wallet for Android.
-It is currently a UI for the wallet library writen in TypeScript.
+It is currently a UI for the
+[wallet library written in TypeScript](https://git.taler.net/wallet-core.git).
## Building
-It can be built with Gradle:
+It can be built from the project's main directory with Gradle:
- $ ./gradlew build
+ $ ./bootstrap
+ $ ./gradlew :wallet:build
+
+More information can be found in the
+[Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).