Skip to content

Commit

Permalink
Make readme easier to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed May 16, 2023
1 parent 9682a69 commit b4916c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ to compile the TeX document into PDF. To compile, first clone this repository
and execute the following command:

```shell
$ git clone https://github.com/ljvmiranda921/cv.git
$ docker run --rm \
--interactive \
blang/latex:ubuntu \
latexmk -pdf -outdir=./_build
git clone https://github.com/ljvmiranda921/cv.git
docker run --rm --interactive blang/latex:ubuntu latexmk -pdf -outdir=./_build
```

This will generate the PDF file in the `_build` directory.
Expand Down

0 comments on commit b4916c6

Please sign in to comment.