From 98d3cb19152dd8c647701b270d028268a1c7a11f Mon Sep 17 00:00:00 2001 From: Flemming Date: Fri, 26 Nov 2021 19:36:01 +0100 Subject: [PATCH] Add Docker Compose as requirement to run the quick start (#1225) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc0c7f6..20281025 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You will also need Google API credentials. You can get this from the [Google API ### Setup #### Quick start with `yarn dx` -> - **Requires Docker to be installed** +> - **Requires Docker and Docker Compose to be installed** > - Will start a local Postgres instance with a few test users - the credentials will be logged in the console ```bash