resume/README.md

13 lines
394 B
Markdown
Raw Permalink Normal View History

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