From 8875786b22ed0ab33207698d3a1c8858d24ddcb0 Mon Sep 17 00:00:00 2001 From: Brian W <45476717+bw19@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:19:14 -0700 Subject: [PATCH] Docs --- README.md | 1 + docs/howto/quick-start.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d420b6a1..64f77fd8 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Distributed tracing, metrics and structured logging provide precision observabil ### Watch the Video +https://youtu.be/_FXnIb4WKKw

diff --git a/docs/howto/quick-start.md b/docs/howto/quick-start.md index 248217a2..0bca41a2 100644 --- a/docs/howto/quick-start.md +++ b/docs/howto/quick-start.md @@ -21,7 +21,7 @@ The `Microbus` framework depends on a few third-party services: * Grafana is an optional service that can visualize metrics collected by Prometheus * Jaeger is an optional service that can visualize distributed tracing spans -Use `docker compose` from within the `setup` directory to install the above and set up the development environment. +Use `docker compose` from within the `setup` directory to quickly install the above and set up the development environment. ```cmd cd setup @@ -32,6 +32,8 @@ Docker Desktop should now show the `microbus` application: +Note that using Docker is not mandatory. You can also install the dependencies manually. + ### Run the Examples Run the example app: