Update information about the docker image usage to the README

This commit is contained in:
Maschell 2018-09-21 16:04:08 +02:00
parent 328cd21fa8
commit 520882cd7a
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,14 @@ The archive includes:
- The "curl" header
# Use the prebuilt files from a Docker image.
The image `wiiulegacy/dynamic_libs` on [Docker Hub](https://hub.docker.com/r/wiiulegacy/dynamic_libs/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder.
Example:
```
COPY --from=wiiulegacy/dynamic_libs:0.1 /artifacts $DEVKITPRO/portlibs
```
# Credits
- Based on the dynamic_libs from dimok.