From 746efb68662959798b72e308867cb1178e796219 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 19 Jan 2021 21:40:44 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf9928..5dab97d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ This project has two components: 2. **webUI:** A react project that works with the server to do the presentation ## How do I run the thing? -### Getting things ready -run `scripts/getAndroid.sh` from project's root directory to download Google's Android stubs jar.(do this only once) +### Get Android stubs jar(do this only once) +#### Manual download +Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`. +#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work) +run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file. ### The Server run `./gradlew :server:run` to run the server ### the webUI From fa3159819691fb5e98f2a9df1e34cf1465402770 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 19 Jan 2021 21:41:37 +0330 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dab97d..0990918 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project has two components: #### Manual download Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`. #### Building from source(needs `bash`, `curl`, `base64`, `zip` to work) -run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file. +run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### The Server run `./gradlew :server:run` to run the server ### the webUI