Skip to content

Commit

Permalink
Added instructions to install the font for PDF generation
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Feb 24, 2024
1 parent ecaf801 commit 5be893f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ This book has numerous lives. Let's make sure it reflects DevOps' state of the a
This repository has [automatic](.github/workflows/render.yml) PDF and HTML generation from Markdown files thanks to Pandoc.

```bash
mkdir -p "$HOME/.local/share/fonts"
cp ./fra/templates/fonts/* "$HOME/.local/share/fonts"
cp ./eng/templates/fonts/* "$HOME/.local/share/fonts"
cd ./fra && make pdf && cd -
```

Expand All @@ -129,5 +132,3 @@ cd ./fra && make pdf && cd -
- [Todo Tree](https://github.com/Gruntfuggly/todo-tree)
- [TODO Highlight](https://github.com/wayou/vscode-todo-highlight)
- [Markdown Footnote](https://github.com/houkanshan/vscode-markdown-footnote)

<p id="footnote-1">[1] To be translated (not planned at the moment)</p>

0 comments on commit 5be893f

Please sign in to comment.