diff --git a/README.md b/README.md index ad31f53e..4d14f03e 100755 --- a/README.md +++ b/README.md @@ -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