updated readme #162

Merged
mik-tf merged 1 commits from development_hero2 into development 2024-10-23 20:35:49 +00:00

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 - 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 - Execute the Hero docker container
``` ```