Updates usage command (#296)

This commit is contained in:
Robert Owens
2020-09-11 07:11:53 -05:00
committed by GitHub
parent 18aa522c11
commit 4fa886c4de

View File

@@ -15,7 +15,7 @@ To create the jar file, simply type `./gradlew shadowJar` on linux/OSX and `grad
Once you have the jar file, you can see how to use it by running:
java -jar build/libs/sheepit-client.jar --help
java -jar build/libs/sheepit-client-all.jar --help
When you are doing development work, you can use a mirror of the main site specially made for demo/dev. The mirror is located at **http://sandbox.sheepit-renderfarm.com**, and you can use it by passing `-server http://sandbox.sheepit-renderfarm.com` to your invocation of the client.