Updated README

This commit is contained in:
Bartek Kryza
2023-06-15 21:07:12 +02:00
parent 408416020f
commit 930ffb3468
2 changed files with 11 additions and 8 deletions

View File

@@ -40,6 +40,8 @@ To add an initial class diagram to your project, follow these steps:
3. Run `clang-uml` in the projects top directory:
```bash
$ clang-uml
# or to see generation progress for each diagram run
$ clang-uml --progress
```
4. Generate SVG images from the PlantUML diagrams:
```bash