wt-tut-presentations/README.md
2025-10-25 23:51:28 +02:00

19 lines
285 B
Markdown

# WT Tutorial Presentations
This repository contains the latex source files for the WT Tutorial slides.
## Build
### Local Environment
```bash
$ make
```
### With Docker
```bash
$ docker build . -t wt-tut
$ docker run --rm -u `id -u`:`id -g` -w $PWD -v $PWD:$PWD wt-tut make
```