From fb166eadd44cefc086ebc655a1f2759657e380ec Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 22 Jan 2021 01:45:14 +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 bd10822..8d49de9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/an 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`. -## running for development purposes +## Running for development purposes ### `server` module Run `./gradlew :server:run -x :webUI:copyBuild --stacktrace` to run the server ### `webUI` module