Skip to content

Commit d5863f2

Browse files
committed
Clarify README
1 parent 71a6db6 commit d5863f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5656
This will produce your PDF files in a `dist/` directory where your configuration file
5757
lives. 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

0 commit comments

Comments
 (0)