From f7a5f5e07706d1a3df35f916eab40417eff57471 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 15 Dec 2022 15:41:44 +0100 Subject: [PATCH] feat: extend readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) 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```