resume/README.md
Jean-Michel Tremblay 32c458f85a my resume template
2025-06-21 23:15:56 -04:00

13 lines
No EOL
394 B
Markdown

This is taken from: https://github.com/posquit0/Awesome-CV
and contains only content changes to build my resume
# reminders to my future self
* clone that repo: https://github.com/posquit0/Awesome-CV
* replace Makefile / example folders with the ones in this repo
```bash
# build:
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/docker-texlive-full make
```