development to main #47

Merged
mik-tf merged 47 commits from development into main 2024-05-03 12:30:46 +00:00
Showing only changes of commit a25ecdcc68 - Show all commits

View File

@ -76,6 +76,10 @@ Note that you will need to adjust the local path of the git repo and the docker
sudo docker start herodocker
```
- You can now run the previous line **docker exec** and continue your work.
- If you need to update the docker Hero image, run the following line:
```
docker pull ghcr.io/scottyeager/hero:latest
```
## Questions and Feedback