From 3001bed26018effe53de3fee7e917bd6551c92f8 Mon Sep 17 00:00:00 2001 From: Laurent Clouet Date: Sun, 11 Aug 2019 17:30:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5414c..fddc0a3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ SheepIt Render Farm Client is an *Open Source* client for the distributed render ## Compilation You will need Java 1.7 or higher. (OpenJDK and Oracle are both supported). -To create the jar file, simply type `./gradlew jar` on linux/OSX and `gradlew.bat jar` on Windows in the project's root directory. +To create the jar file, simply type `./gradlew shadowJar` on linux/OSX and `gradlew.bat shadowJar` on Windows in the project's root directory. ## Usage