Skip to content

Commit

Permalink
added a makc file
Browse files Browse the repository at this point in the history
  • Loading branch information
IamNator committed Feb 19, 2023
1 parent 1f0fd5e commit d36e84e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


run: diagram.py
python diagram.py >> x_architecture.png

setup:
pip install diagrams
sudo apt update
sudo apt install graphviz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# infra-diagram-with-python
Using python to draw Infrastructure Diagrams

[Diagram Generated](x_architecture.png)
![Diagram Generated](./x_architecture.png)

0 comments on commit d36e84e

Please sign in to comment.