Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add instructions for installing pandoc under apt.
  • Loading branch information
chrisroos committed Aug 20, 2024
1 parent 26be083 commit 9b5a933
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ We've used the [markdown-pdf][] Atom editor package to convert the Markdown docu
From the command line it's also possible to use pandoc and xelatex

```
# Install with Homebrew
brew install pandoc basictex
# Install with apt
sudo apt install -y pandoc texlive-xetex
# Convert markdown to PDF
pandoc src/standard-14days.md --pdf-engine=xelatex -o contract.pdf
```

Expand Down

0 comments on commit 9b5a933

Please sign in to comment.