From 4fa886c4de626195aaf43d7e97b05ffdec9aca6d Mon Sep 17 00:00:00 2001 From: Robert Owens Date: Fri, 11 Sep 2020 07:11:53 -0500 Subject: [PATCH] Updates usage command (#296) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ee6e3..6f59ce0 100644 --- a/README.md +++ b/README.md @@ -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.