mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
change README.md
This commit is contained in:
parent
55d94d780e
commit
fbbdf60818
1 changed files with 13 additions and 1 deletions
14
README.md
14
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue