diff --git a/readme.md b/readme.md index 6424448..74bbc28 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,12 @@ The output files of the final handbook can be found in the subfolder `./build`. All generated intermediate artifacts and the final output files can be found in the `./build` subfolder. +Generate all output like this. + +``` +make bundle +``` + ### Clean up 1. Deactivate the virtual Python environment: ```deactivate```