Update README.md

This commit is contained in:
Aria Moradi
2021-01-19 21:41:37 +03:30
committed by GitHub
parent 746efb6866
commit fa31598196

View File

@@ -10,7 +10,7 @@ This project has two components:
#### Manual download #### Manual download
Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`. 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) #### 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 ### The Server
run `./gradlew :server:run` to run the server run `./gradlew :server:run` to run the server
### the webUI ### the webUI