Feat: add make commands in README

This commit is contained in:
Bertrand Benjamin 2022-08-06 17:25:51 +02:00
parent a8d2fa2ed6
commit bf237d77e5
1 changed files with 12 additions and 0 deletions

View File

@ -102,3 +102,15 @@ Then I can produce a subject for each of my student
``` bash
$ bopytex tpl_simple.tex -s students.csv -c bopytex_config.py
```
## Running examples
I build two examples base of the simple example and how I use it. They are playable through dockerfiles with make commands.
For the simple example
make docker-simple
For how I use it
make docker-usecase