make package
Then build the example CV.
make pdf
You can define the LaTex file to be built with the DOC_NAME
variable.
make pdf DOC_NAME=filename.tex
Note: The use of the docker image can be disabled with the
SKIP_DOCKER=false
option. The host system must havepdflatex
installed.
make clean