Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcofolkertsma authored Mar 15, 2024
1 parent def2502 commit 769a8a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 769a8a1

Please sign in to comment.