diff --git a/README.md b/README.md index 0c4d206..b7b0397 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,16 @@ This will install Docker, build the docker image, download pak files (from pakFi **Stopping / Restarting Server*** +***Note: You will need to be sure that your current working directory is in ~/UtHuberServerDocker folder*** + To stop the Server ``` sudo docker stop Ut4HubServerDocker ``` -***To start the server*** +To start the server ``` sudo ./runServer -``` \ No newline at end of file +``` + +Restarting the server can be done by stopping and then starting using the above commands. \ No newline at end of file