Document how to generate the SVG images

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 15:24:24 -05:00
parent 0407cf63da
commit a356e8e947
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 14 additions and 2 deletions

View file

@ -23,6 +23,12 @@ the `django-model2puml` plugin.
<details>
<summary>PlantUML source code</summary>
To regenerate this image using Docker, run
```bash
$ docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg model_timeline.md
```
```plantuml
@startuml