My Resume – Updated Regularly in LaTeX Format
To generate the PDF of your resume using Docker, follow these steps:
-
Make sure you have Docker installed on your system.
-
Clone this repository:
git clone https://github.com/your-username/resume-latex.git cd resume-latex
-
Build the Docker image:
docker build -t resume-latex .
-
Run the container to generate the PDF:
docker run --rm -v $(pwd):/workspace resume-latex
-
The generated PDF will be in the current directory, named
resume.pdf
.
- Based on: https://github.com/cystema/PlushCV/
- Icons: https://icons8.com/icons/carbon-copy
This project is licensed under the MIT License. See the LICENSE file in the repository for the full license text.