feat(getting-started): refactor

This commit is contained in:
dancingCycle 2023-04-13 18:03:30 +02:00
parent 30256b7038
commit b3030cb221
1 changed files with 9 additions and 2 deletions

View File

@ -46,8 +46,15 @@ make bundle
### Clean up ### Clean up
1. Deactivate the virtual Python environment: ```deactivate``` 1. Deactivate the virtual Python environment
2. Clean up the build sources: ```make clean``` ```
deactivate
```
2. Clean up the build sources:
```
make clean
```
# File System # File System