Update README.md (#213)

This commit is contained in:
Cubolt 2024-11-03 14:27:14 +06:00 committed by GitHub
parent aa31f3e84a
commit a9e1826d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,9 +123,12 @@ UppHub conceptually is very similar to the package manager concept known from ot
### Repository layout
The U++ repository is divided into several directories. The most important ones are:
The U++ repository is divided into several directories. Some of them are:
* **autotest** - unit and integration tests for our framework
* **examples** - exemplary codes of complex applications
* **references** - reference examples demonstrating individual features of U++
* **tutorial** - exemplary code from our tutorials
* **uppsrc** - main sources of the framework
* **benchmarks** - code for benchmarking purposes
* **rainbow** - area for new GUI backends development
* **upptst** - manual testing code for the framework