diff --git a/README.md b/README.md index bb419cb..060b713 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # resume -My resume written with TeX + +This is my resume and CV(Curriculum Vitae) in LaTeX + +In Linux run +```bash +$ pdflatex {filename}.tex +``` +This should result in the creation of ``{filename}.pdf`` + +Ubuntu requirements: +```bash +$ sudo apt-get install texlive texlive-latex-extra +```