No extra docker required for vamos

This commit is contained in:
Stefan Reinauer 2023-11-17 16:56:01 -08:00
parent 40af2cee76
commit dad6519d0d

View File

@ -76,7 +76,7 @@ $ docker-execute-amiga helloworld
#### Container-ized Emulation using Virtual AmigaOS (vamos)
```
$ podman run -v $HOME:/host sebastianbergmann/amitools:latest \
$ podman run -v $HOME:/host stefanreinauer/amiga-gcc \
vamos -C 68020 /host/hello
Hello world!
```