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.