File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ pipx ensurepath
3636 sudo apt install ghostscript
3737 ```
3838
39- - If you want to embed particular fonts, they need to be installed. For example for
40- [ Roboto fonts] ( https://fonts.google.com/specimen/Roboto ) :
39+ - If you your templates embed particular fonts, they need to be installed. For example
40+ for [ Roboto fonts] ( https://fonts.google.com/specimen/Roboto ) :
4141 ``` bash
4242 sudo apt install fonts-roboto
4343 ```
@@ -55,7 +55,7 @@ pdfbaker bake <config_file>
5555
5656This will produce your PDF files in a ` dist/ ` directory where your configuration file
5757lives. It will also create a ` build/ ` directory with intermediate files, which is only
58- kept if you specify ` --debug ` .
58+ kept if you specify ` --keep-build-files ` (or ` -- debug` ) .
5959
6060## Examples
6161
You can’t perform that action at this time.
0 commit comments