From 769a8a14077073660a537a18afeb69d289bbf43a Mon Sep 17 00:00:00 2001 From: eelcofolkertsma <71253997+eelcofolkertsma@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:58:07 +0100 Subject: [PATCH] refine --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a903fee63..cf827d968 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,11 @@ asyncapi new glee After the installation is complete, follow the instructions to start the development server. -If you have Docker installed, you can also create a container to run the development server by downloading the [docker-compose.yaml](https://example.com) file. Its usage is explained here [placeholder reference](https://example.com) +If you have Docker installed, you can also create a container to run the development server by downloading the [docker-compose.yaml](./docker-compose.yaml) file to the directory where you want to host your Glee project and run +```bash +docker compose up +``` +[Its usage is explained here](./docs/docker/usage.md) > For more information on how to install AsyncAPI CLI, you can review [CLI installation documentation](https://www.asyncapi.com/docs/tools/cli/installation)