Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jurikolo committed Jun 22, 2022
1 parent ec78c51 commit c352b25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ You should have podman installed in your system, if not click [here](https://pod
```
6. If the unit tests and the bash script `autogen.sh` is working correctly, then your system is now ready for development.
## Podman local development
Say you develop the architecture under `diagram.py` file. To generate picture, run Python interpreter against the code.
```shell
podman exec diagrams python diagram.py
```

0 comments on commit c352b25

Please sign in to comment.