From 7230cc9f075efb1831547f62e3d6f22fc0a5362f Mon Sep 17 00:00:00 2001 From: MisRob Date: Tue, 28 Nov 2023 16:03:52 +0100 Subject: [PATCH] Add a note about recommended setup --- docs/local_dev_docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local_dev_docker.md b/docs/local_dev_docker.md index 7cba837368..8be73878ef 100644 --- a/docs/local_dev_docker.md +++ b/docs/local_dev_docker.md @@ -1,6 +1,6 @@ -# Local development instructions: With Docker +# Local development instructions: With Docker (recommended) -The following guide utilizes docker and docker-compose to run select services required for Studio to function. If you would rather install these services on your host, please follow the [host-setup guide](./local_dev_host.md). +The following guide utilizes docker and docker-compose to run select services required for Studio to function. It's our recommended setup. However, if you would rather install these services on your host, please follow the [host-setup guide](./local_dev_host.md). ## Prerequisites Please install these prerequisites, or alternatives for setting up your local development environment: