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 2342f7708d
commit 6d69d950cb

View File

@ -18,6 +18,11 @@ Currently the CI/CD pipeline has workers running as Kubernetes pods and dispatch
* Testing methodologies
* 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? ###
* Here we track issues and collaborate on the bot