Updating readme with a command to generate a preview of the bot's architecture

This commit is contained in:
Luke Robles 2022-02-15 16:15:27 -08:00
parent 04c3b0fee8
commit 415d2464e9

View File

@ -18,6 +18,11 @@ Currently the CI/CD pipeline has workers running as Kubernetes pods and dispatch
* Testing methodologies * Testing methodologies
* Code Accountability * Code Accountability
* You can see a diagram of how it all works by running the following command from the root of the repo:
```bash
docker run --rm -v $(pwd):/tmp/python python sh -c "apt-get update && apt-get install -y graphviz; pip install diagrams --user; cd /tmp/python; python dalebot-overview.py"
```
### What is this repository for? ### ### What is this repository for? ###
* Here we track issues and collaborate on the bot * Here we track issues and collaborate on the bot