From b4916c65142cda6c76871ddbec9e571096922683 Mon Sep 17 00:00:00 2001 From: Lj Miranda Date: Tue, 16 May 2023 09:15:20 +0800 Subject: [PATCH] Make readme easier to run --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.