diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c556e8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# libutils Dockerfile (wut) + +The image `wiiuwut/libutils` on [Docker Hub](https://hub.docker.com/r/wiiuwut/libutils/) provides a prebuilt library in the `/artifacts` directory. Copy it into your WUT_ROOT folder. + +Example: +``` +COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT +```