From 4699670417e59aa4a530c0ef61f7893b531e3d5a Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 21 Sep 2018 16:18:43 +0200 Subject: [PATCH] Add information about the docker image to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7758020..9b1691f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ make && make install - Application needs to be loaded from the [homebrew_launcher](https://github.com/dimok789/homebrew_launcher) - [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. +# Use the prebuilt files from a Docker image. +The image `wiiulegacy/libutils` on [Docker Hub](https://hub.docker.com/r/wiiulegacy/libutils/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder. + +Example: +``` +COPY --from=wiiulegacy/libutils:0.1 /artifacts $DEVKITPRO/portlibs +``` + # Credits (TODO) - Serveral users