We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861ed42 commit 0f59295Copy full SHA for 0f59295
1 file changed
README.md
@@ -42,9 +42,9 @@ Generate your documents with:
42
pdfbaker bake <config_file>
43
```
44
45
-This will create a `build/` directory and a `dist/` directory where your configuration
46
-file lives.<br> It will produce your PDF files in the `dist/` directory (and leave some
47
-artifacts in the `build/` directory to aid debugging).
+This will produce your PDF files in a `dist/` directory where you configuration file
+lives. It will also create a `build/` directory with artifacts but only keeps it if you
+specify `--debug`.
48
49
## Configuration
50
0 commit comments