Merge pull request 'updated readme' (!162) from development_hero2 into development

Reviewed-on: #162
This commit is contained in:
mik-tf 2024-10-23 20:35:49 +00:00
commit 7fcb848464

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
``` ```