From 131be300b0cc735b9b74495e837af3294804fdaf Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Wed, 21 Feb 2024 16:03:28 -0600 Subject: [PATCH] Fixes #366 - Add a quick start to the main README (#367) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6f8a46c..5f7ef9a 100644 --- a/README.md +++ b/README.md @@ -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)