Update README.md

This commit is contained in:
Laurent Clouet
2019-08-11 17:30:50 +02:00
committed by GitHub
parent 614513f9d1
commit 3001bed260

View File

@@ -9,7 +9,7 @@ SheepIt Render Farm Client is an *Open Source* client for the distributed render
## Compilation ## Compilation
You will need Java 1.7 or higher. (OpenJDK and Oracle are both supported). 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 ## Usage