Add README

This commit is contained in:
Maschell 2018-09-23 12:52:25 +02:00
parent 41b439af70
commit 4a97b1b20d
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

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