From c067d14c2c7ed7568a42489384de0312704c6d0c Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 24 Mar 2021 19:26:37 +0430 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e33bf0a..3d60799 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Ta Run `./gradlew windowsPackage`, the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win32.zip`. ## Running for development purposes ### `server` module -Follow [Get Android stubs jar](#) -Run `./gradlew :server:run -x :webUI:copyBuild --stacktrace` to run the server +Follow [Get Android stubs jar](#prerequisite-get-android-stubs-jar) then run `./gradlew :server:run -x :webUI:copyBuild --stacktrace` to run the server ### `webUI` module How to do it is described in `webUI/react/README.md` but for short, first cd into `webUI/react` then run `yarn` to install the node modules(do this only once)