Skip to content

Commit 0406e99

Browse files
fix formatting
1 parent 5fa807c commit 0406e99

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

knowledge_base/Python/Plantuml.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The following example uses python, but this is language agnostic
55
1. Install py2puml `pip install py2puml`
66
2. Copy [generate_uml_diagram.py](./scripts/generate_uml_diagram.py) to target codebase
77
3. [Optional] to convert puml code to png image offline
8-
3.1 Install Java
9-
3.2 Download [plantuml-mit-1.2025.7.jar](https://github.com/plantuml/plantuml/releases/download/v1.2025.7/plantuml-mit-1.2025.7.jar)
8+
9+
3.1 Install Java
10+
11+
3.2 Download [plantuml-mit-1.2025.7.jar](https://github.com/plantuml/plantuml/releases/download/v1.2025.7/plantuml-mit-1.2025.7.jar)
1012
4. Configure module_name in `generate_uml_diagram` script and run it
1113
5. The Output puml code and png diagram will be stored in the specified directory
1214

0 commit comments

Comments
 (0)