Update Ut4HubServerDocker ReadMe

basshound 2024-04-29 21:49:40 +00:00
parent da2a141f5b
commit 43684946d8
1 changed files with 15 additions and 1 deletions

@ -1,3 +1,17 @@
**Usage**
1. Update Ubuntu Packages: `sudo apt update`
1. Update Ubuntu Packages:
`sudo apt update`
2. Install Git
`sudo apt install git -y`
3. Clone (download) Repo Code:
`git clone https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker.git`
4. Change directory to go inside repo:
`cd Ut4HubServerDocker`