Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bw19 committed Aug 29, 2024
1 parent b640408 commit 8875786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Distributed tracing, metrics and structured logging provide precision observabil

### Watch the Video

<a href="https://youtu.be/_FXnIb4WKKw">https://youtu.be/_FXnIb4WKKw</a>
<p>
<a href="https://youtu.be/_FXnIb4WKKw"><img src="https://img.youtube.com/vi/_FXnIb4WKKw/mqdefault.jpg" height="180"></a>
</p>
Expand Down
4 changes: 3 additions & 1 deletion docs/howto/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,6 +32,8 @@ Docker Desktop should now show the `microbus` application:

<img src="quick-start-1.png" width="875">

Note that using Docker is not mandatory. You can also install the dependencies manually.

### Run the Examples

Run the example app:
Expand Down

0 comments on commit 8875786

Please sign in to comment.