diff --git a/README.md b/README.md index 1b98867..f1c9787 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ Requirements * [Font Awesome](https://github.com/xdanaux/fontawesome-latex) * [Fira Sans](https://github.com/mozilla/Fira) +It is also possible to use [this Docker container](https://hub.docker.com/r/accupara/business-cards/): + +```shell +docker run \ + --rm -it \ + -v `pwd`:/tmp/src accupara/business-cards \ + /bin/bash -c 'cd /tmp/src/src ; xelatex front.tex;' +``` + Building Documents ------------------