Files
resume/README.md
T

8 lines
168 B
Markdown

## Build custom Docker image
`docker build -t pandoc/custom .`
## Make script executable
`chmod +x convert.sh`
## Build `pdf` resume from `md` file
`build_reasume.sh`