forked from mirrors/Awesome-CV
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
|
# 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