Update README.md

This commit is contained in:
basshound 2024-04-30 17:21:06 +00:00
parent 0c1e373b3f
commit 064259f621
1 changed files with 6 additions and 2 deletions

View File

@ -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
```<language>
sudo docker stop Ut4HubServerDocker
```
***To start the server***
To start the server
```<language>
sudo ./runServer
```
Restarting the server can be done by stopping and then starting using the above commands.