diff --git a/README.md b/README.md index e85c662..ccf04a4 100644 --- a/README.md +++ b/README.md @@ -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.