Skip to content

Commit

Permalink
Fixes #366 - Add a quick start to the main README (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Feb 21, 2024
1 parent 95caa91 commit 131be30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ We welcome feedback!
1. [Azure App Configuration](azure-appconfig/README.md)
1. [Azure Key Vault](azure-keyvault/README.md)

## Quick start

If you have Docker compose installed you can use the following command to
start up the simulators locally:

```shell
docker compose up
```

## How do I contribute?

See [Contributing](CONTRIBUTING.md)
Expand Down

0 comments on commit 131be30

Please sign in to comment.