diff --git a/README.md b/README.md index f01b7c5..c5363ad 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ No Dispmanx is supported in this image, only 64-bit SDL2 versions. The image is based on Debian:latest and includes all Amiberry dependencies (e.g. SDL2, SDL2-image, etc) -The full image is available on DockerHub: +The full image is available on DockerHub: ## Usage -`docker run --rm -it -v :/build midwan/amiberry-docker-aarch64:latest` +`docker run --rm -it -v :/build midwan/amiberry-debian-aarch64:latest` Then you can proceed to compile Amiberry as usual, e.g. `make -j8 PLATFORM=rpi4-64-sdl2`