From 064259f621e21972230b4db245df0992b8091f46 Mon Sep 17 00:00:00 2001 From: basshound Date: Tue, 30 Apr 2024 17:21:06 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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