updated readme

This commit is contained in:
mik-tf 2024-10-23 16:35:18 -04:00
parent 465c71806a
commit bbc78a3bfc

View File

@ -40,7 +40,7 @@ Note that you will need to adjust the local path of the git repo and the docker
```
- Start Hero docker
```
sudo docker run --net=host --name herodocker -d -v ~/code/git.ourworld.tf/tfgrid:/root/code/git.ourworld.tf/tfgrid ghcr.io/scottyeager/hero:latest
sudo docker run --net=host --name herodocker -d -v ~/code:/root/code ghcr.io/scottyeager/hero:latest
```
- Execute the Hero docker container
```