Skip to content

Commit

Permalink
Update the command to set up the project in yours 🐳
Browse files Browse the repository at this point in the history
  • Loading branch information
nishogi committed Jul 19, 2024
1 parent 556f7bd commit 85387a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85387a2

Please sign in to comment.