Update README

This commit is contained in:
Matt Harlum 2025-06-05 21:33:07 +12:00
parent 6e18506ed9
commit afb129bcec

View File

@ -4,7 +4,7 @@
This container is based on work by Sebastian Bergmann: [Docker Hub](https://hub.docker.com/r/sebastianbergmann/amiga-gcc/).
A ready-to-use image built from this Containerfile is available on [Docker Hub](https://hub.docker.com/r/stefanreinauer/amiga-gcc/).
A ready-to-use image built from this Containerfile is available on [Docker Hub](https://hub.docker.com/r/liv2/amiga-gcc/).
More information can be found [here](https://amiga.sebastian-bergmann.de/presentations/2017/evoke/amiga-software-development-in-2017).
@ -55,7 +55,7 @@ int main()
### Compilation
```
$ podman run -v $HOME:/host -it stefanreinauer/amiga-gcc \
$ podman run -v $HOME:/host -it liv2/amiga-gcc \
m68k-amigaos-gcc /host/hello.c -o /host/hello -noixemul
```
@ -76,7 +76,7 @@ $ docker-execute-amiga helloworld
#### Container-ized Emulation using Virtual AmigaOS (vamos)
```
$ podman run -v $HOME:/host stefanreinauer/amiga-gcc \
$ podman run -v $HOME:/host liv2/amiga-gcc \
vamos -C 68020 /host/hello
Hello world!
```