From 52afbb86198eb30ea1b0029af0959cef5b0de58f Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 21 Aug 2021 07:35:12 +0430 Subject: [PATCH] add running instructions (#21) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75d5b484..1d66ad19 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ You need this software packages installed in order to build this project: ### Building a jar for your OS Run `./gradlew packageUberJarForCurrentOS`, the resulting built jar file will be `build/compose/Tachidesk-JUI-os-arch-X.Y.Z.jar`. +### Running without package +Run `./gradlew run`, JUI will build and run. Use this for debugging and development purposes. ## Translation Feel free to translate the project on [Weblate](https://hosted.weblate.org/projects/tachideskjui/desktop/)