feat: extend readme

This commit is contained in:
dancingCycle 2022-12-15 15:44:04 +01:00
parent f7a5f5e077
commit ad82b49371
1 changed files with 2 additions and 3 deletions

View File

@ -72,12 +72,11 @@ make bundle
### Clean up ### Clean up
1. Deactivate the virtual Python environment: ```deactivate``` 1. Deactivate the virtual Python environment: ```deactivate```
2. Clean up the build sources: ```make clean``` and ```rm -r build bundle``` 2. Clean up the build sources: ```make clean```
# File System # File System
* `build`: build directory * `build`: build directory
* `make.bat`: * `Makefile`: build configuration
* `Makefile`:
* `readme.md`: this file * `readme.md`: this file
* `source`: source directory * `source`: source directory