Skip to content

Commit 6b967d0

Browse files
committed
Update README.md
Added travis build link to README
1 parent 38a62c8 commit 6b967d0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/sc932/resume.svg?branch=master)](https://travis-ci.org/sc932/resume)
2+
13
This is my resume (and CV) in LaTeX
24

35
This resume is based off a template I found a few years ago, which was a modified template, see the (C) list at the top for a history.
@@ -6,6 +8,13 @@ I have also included the original templates (along the path to my resume).
68

79
Feel free to fork and edit.
810

9-
In linux a simple
11+
In linux run
12+
```bash
1013
$ pdflatex resumeName.tex
11-
should kick out a resumeName.pdf
14+
```
15+
This should result in the creation of resumeName.pdf
16+
17+
Ubuntu requirements:
18+
```
19+
$ sudo apt-get install texlive texlive-latex-extra
20+
```

0 commit comments

Comments
 (0)