Skip to content

Commit

Permalink
Document using Docker to build (posquit0#312)
Browse files Browse the repository at this point in the history
Closes posquit0#312.

Co-Authored-By: Oliver Ford <dev@ojford.com>
  • Loading branch information
rbroggi and OJFord committed Nov 26, 2021
1 parent 0a30f65 commit 91e3981
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e

#### Requirements

A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](https://tex.stackexchange.com/q/55437) but TeX Live is recommended.
A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended.
You can [install TeX from upstream](https://tex.stackexchange.com/q/1092) (recommended; most up-to-date) or use `sudo apt-get install texlive-full` if you really want that. (It's generally a few years behind.)

If you don't want to install the dependencies on your system, this can also be obtained via [Docker](https://docker.com).

#### Usage

At a command prompt, run
Expand All @@ -89,7 +91,13 @@ At a command prompt, run
$ xelatex {your-cv}.tex
```

This should result in the creation of ``{your-cv}.pdf``
Or using docker:

```bash
$ docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make
```

In either case, this should result in the creation of ``{your-cv}.pdf``


## Credit
Expand Down
Binary file modified examples/coverletter.pdf
Binary file not shown.
Binary file modified examples/cv.pdf
Binary file not shown.
Binary file modified examples/resume.pdf
Binary file not shown.

0 comments on commit 91e3981

Please sign in to comment.