Skip to content

xcafebabe/resume-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resume-latex

My Resume – Updated Regularly in LaTeX Format

Generating PDF using Docker

To generate the PDF of your resume using Docker, follow these steps:

  1. Make sure you have Docker installed on your system.

  2. Clone this repository:

    git clone https://github.com/your-username/resume-latex.git
    cd resume-latex
    
  3. Build the Docker image:

    docker build -t resume-latex .
    
  4. Run the container to generate the PDF:

    docker run --rm -v $(pwd):/workspace resume-latex
    
  5. The generated PDF will be in the current directory, named resume.pdf.

Customization

Contributions

License

This project is licensed under the MIT License. See the LICENSE file in the repository for the full license text.

About

My Resume – Updated Regularly in LaTeX Format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published