From cb8dd8259dcc1fb66976d0c35e989952e9e280da Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:44:24 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db799b2..2a65f84 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Check [arbuilder's repo](https://github.com/arbuilder/Tachidesk-docker) out for ### Get Android stubs jar #### 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) +#### Automated download(needs `bash`, `curl`, `base64`, `zip` to work) Run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### building the jar Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`.