diff --git a/README.md b/README.md index 631f9d0..9a59aa5 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,18 @@ Kategorie 1: Zitate ( Wer hat's gesagt?),,,, ```` Strings surrounded with quotation marks -docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli slide-deck.md --pdf +The [marp-cli](https://github.com/marp-team/marp-cli) can be used to convert the md to pdf: + - Stand alone linux package https://github.com/marp-team/marp-cli/releases + - docker container https://hub.docker.com/r/marpteam/marp-cli/ +`docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli slide-deck.md --pdf` + powerpoint export is also possible with --pptx + - use config + - run using cli command when in prod mdoe (inside docker) + - run using docker when in dev mode -Script to run: +Steps: 1. csv -> marp markdown converter 2. md -> pdf conversion using mark cli docker image