diff --git a/README.md b/README.md new file mode 100644 index 0000000..48d2f4c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +The image `wiiulegacy/libiosuhax` on [Docker Hub](https://hub.docker.com/r/wiiulegacy/libiosuhax/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder. + +Example: +``` +COPY --from=wiiulegacy/libiosuhax:0.3 /artifacts $DEVKITPRO/portlibs +```