Add README.md
This commit is contained in:
parent
f47c7ce19b
commit
67a7f7acb9
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user