Update README.md

This commit is contained in:
Andreas Tsouchlos 2025-05-30 00:21:39 -04:00
parent a4be0ca9cc
commit 1a4f82258c

View File

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