From b8b9be989110fd79da7024a94b5f7d1dc1690929 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Fri, 14 Oct 2022 10:11:33 +0200 Subject: [PATCH] #15 doc: add section: clean up --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c095e2f..4cebfb9 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,8 @@ make bundle The output files of the final handbook can be found in the subfolder `./bundle`. All generated intermediate artifacts and the final output files can be found in the `./build` subfolder. + +### Clean up + +1. Deactivate the virtual Python environment: ```deactivate``` +2. Clean up the build sources: ```make clean``` and ```rm -r build bundle```