2 Commits

Author SHA1 Message Date
1a4f82258c Update README.md 2025-05-30 00:21:39 -04:00
a4be0ca9cc Fix typo 2025-05-30 00:20:45 -04:00

View File

@@ -1,6 +1,6 @@
# KIT Library Hydration Study
Latex sources for a paper on the behavior of students at the KIT library with
Latex sources for a paper on the behaviour of students at the KIT library with
regard to their water bottle refilling habits.
## Build
@@ -17,7 +17,7 @@ $ make
```bash
$ docker build -f Dockerfile . -t bib-paper
```
2. Build examples
2. Build document
```bash
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` bib-paper make
```