Add README

This commit is contained in:
Maschell 2018-09-21 16:58:52 +02:00
parent 7c76474d3b
commit 3543e9b567
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -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
```