From 02c983a30e73cc6a009c7e2f015d18f719e3ad49 Mon Sep 17 00:00:00 2001 From: basshound Date: Mon, 29 Apr 2024 22:01:19 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5d8c1a..66225bd 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,21 @@ sudo apt install git -y 3. Clone (download) Repo Code: ``` -git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git``` +git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git +``` 4. Change directory to go inside repo: -`cd Ut4HubServerDocker` +``` +cd Ut4HubServerDocker +``` 5. Modify game config files accordingly. Primarily Game.ini, though Rulesets and other config can also be specified here. 6. To perform one step configure/run: -`./autoBuildDeploy` +``` +./autoBuildDeploy +``` This will install Docker, build the docker image, download pak files (from pakFileList), create firewall rules, and deploy docker container. - -``` -content -``` \ No newline at end of file