From bf237d77e5627e0000612f6a7b82edb9cecc69b2 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 6 Aug 2022 17:25:51 +0200 Subject: [PATCH] Feat: add make commands in README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index edddd18..f141b95 100644 --- a/README.md +++ b/README.md @@ -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