Skip to content

0xmc/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions

git commit -a -m <comment>
git push
git tag -a <tagname> <checksum>
git push origin <tagname>

Locally

Install

sudo apt install texlive-latex-extra

or

make install

Run

pdflatex mc_cv.tex
bibtex mc_cv.aux
pdflatex mc_cv.tex

or

make build