feat: extend readme

This commit is contained in:
dancingCycle 2022-12-15 15:41:44 +01:00
parent bafb7a96aa
commit f7a5f5e077
1 changed files with 6 additions and 0 deletions

View File

@ -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```