mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-05 20:55:08 +01:00
Add information about the docker image to the README
This commit is contained in:
parent
f9f38ae7ef
commit
4699670417
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user