make packageThen build the example CV.
make pdfYou can define the LaTex file to be built with the DOC_NAME variable.
make pdf DOC_NAME=filename.texNote: The use of the docker image can be disabled with the
SKIP_DOCKER=falseoption. The host system must havepdflatexinstalled.
make clean