diff options
author | Torsten Grote <t@grobox.de> | 2020-08-24 10:31:29 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-08-24 10:31:29 -0300 |
commit | d3955c2d8ae552c22547a186ab196274e32919e7 (patch) | |
tree | e9945a22ba68d79cddb31184c991c0a62b544e12 /cashier | |
parent | 786f59be0c7791cad37239841b513704f6c2a289 (diff) | |
download | taler-android-d3955c2d8ae552c22547a186ab196274e32919e7.tar.gz taler-android-d3955c2d8ae552c22547a186ab196274e32919e7.tar.bz2 taler-android-d3955c2d8ae552c22547a186ab196274e32919e7.zip |
Add README files to top-level and update the project ones
Diffstat (limited to 'cashier')
-rw-r--r-- | cashier/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cashier/README.md b/cashier/README.md index e884f25..4382125 100644 --- a/cashier/README.md +++ b/cashier/README.md @@ -5,6 +5,10 @@ The purpose of this app is to enable people (a cashier) to take cash and give ou ## Building You can import the project into Android Studio -or build it with Gradle on the command line: +or build it with Gradle on the command line (from the repository root): - $ ./gradlew build + $ ./bootstrap + $ ./gradlew :cashier:build + +More information can be found in the +[Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source). |