diff --git a/README.md b/README.md index a787ac4..03c2fd5 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ ctl + c to stop ## Start a Server ``` -java -jar Server.jar [classname] +java -jar Server.jar [c:classname] [p:port] ``` classname default to "Test" and is the class thats loaded to generate Jobs. +port defaults to "5454". to stop enter "stop" into the console. Force Stop: ctl + c