From 85387a2fe8df120095a3f2fbd0b6524f7bf48f7c Mon Sep 17 00:00:00 2001 From: "nicolas.rocq" Date: Fri, 19 Jul 2024 22:47:04 +0200 Subject: [PATCH] =?UTF-8?q?Update=20the=20command=20to=20set=20up=20the=20?= =?UTF-8?q?project=20in=20yours=20=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9c6fd..9dd138c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A fast and efficient way to generate PDF files from Markdown files. Perfect for To set up the generation of the PDF files, navigate to your project folder and run the following command: ```bash -git archive --remote=https://github.com/Nishogi/pdf-from-markdown.git | tar -x +wget -qO- https://github.com/Nishogi/pdf-from-markdown/archive/refs/heads/main.zip | bsdtar --strip-components=1 -xvf- ``` Now, upon push, the Markdown files in the `docs/md` directory are compiled into a single PDF file and pushed to the `docs` directory.