From 05a24ad67c90810fbb2392f597e369cb60b08deb Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Wed, 8 May 2024 10:20:10 -0400 Subject: [PATCH] Update docs/getting_started.md Co-authored-by: Alyssa Dai --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 9b0d699a..f0e5a447 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -124,7 +124,7 @@ docker compose --profile full_stack up -d this will: - pull the required Docker images (if you haven't pulled them before) -- launch the containers for [the Neurobagel services](config.md#available-services) +- launch the containers for [the Neurobagel services](config.md#available-services) using the `full_stack` [service profile](config.md#available-profiles) - automatically set up and configure the services based on your configuration files - automatically upload data to the Neurobagel graph (by default, it will upload an example dataset we have provided for testing)