From f13b7268d6f33a93842f64815f4444959ced2bad Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Mon, 17 Jun 2024 17:52:02 +0300 Subject: [PATCH] update device-collective readme --- demo/device-collective/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/device-collective/README.md b/demo/device-collective/README.md index 5f639a7..369ec04 100644 --- a/demo/device-collective/README.md +++ b/demo/device-collective/README.md @@ -8,6 +8,7 @@ # Install distribution -1 and 2 from above. +1. Install JDK 17-21 in the system (for example, from https://sdkman.io/jdks or https://github.com/ScoopInstaller/Java). +2. Clone the repository with Git. 3. Run `./gradlew :demo:device-collective:packageUberJarForCurrentOS` from the project root directory. 4. Go to `build/compose/jars/device-collective--.jar`. You can copy it and run with `java -jar .jar`