diff --git a/readme.md b/readme.md index d68bcc9..9b669e2 100644 --- a/readme.md +++ b/readme.md @@ -26,11 +26,11 @@ The `master` branch is empty, try any other branch to see different versions. - Build the container image (from project base directory) - `docker build --no-cache -t neverbot/maldorne-mudos:v21.7 -f Dockerfile .` + `docker build --no-cache . -t ghcr.io/maldorne/mudos:v21.7` - Run the container and take a look inside using a terminal - `docker run --rm -ti neverbot/maldorne-mudos:v21.7 /bin/bash` + `docker run --rm -ti ghcr.io/maldorne/mudos:v21.7 /bin/bash` Inside the container, in `/opt/mud`, you can find the directories `driver` (with the source code of MudOS) and `bin`, with the two binaries needed @@ -38,4 +38,4 @@ The `master` branch is empty, try any other branch to see different versions. - Publish the container in Docker Hub - `docker push neverbot/maldorne-mudos:v21.7` + `docker push ghcr.io/maldorne/mudos:v21.7`