From 520882cd7a21311e0e10abd4302ae5596f7f7203 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 21 Sep 2018 16:04:08 +0200 Subject: [PATCH] Update information about the docker image usage to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e55f8b5..982b0fa 100644 --- a/README.md +++ b/README.md @@ -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.