From b3030cb221960804ecc231bfda786a6167cf7581 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 13 Apr 2023 18:03:30 +0200 Subject: [PATCH] feat(getting-started): refactor --- getting-started/readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/getting-started/readme.md b/getting-started/readme.md index 3726f7b..5eda32d 100644 --- a/getting-started/readme.md +++ b/getting-started/readme.md @@ -46,8 +46,15 @@ make bundle ### Clean up -1. Deactivate the virtual Python environment: ```deactivate``` -2. Clean up the build sources: ```make clean``` +1. Deactivate the virtual Python environment +``` +deactivate +``` + +2. Clean up the build sources: +``` +make clean +``` # File System