Skip to content

Commit

Permalink
Added reference to Docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
opieters committed Jun 10, 2017
1 parent 6b97d5f commit 8f0c03b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down

0 comments on commit 8f0c03b

Please sign in to comment.