From fa3159819691fb5e98f2a9df1e34cf1465402770 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 19 Jan 2021 21:41:37 +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 5dab97d0..09909188 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