From 37f900a264eafa0210b89f6c219798f7f656d9e9 Mon Sep 17 00:00:00 2001 From: Jon Edmiston Date: Thu, 18 Apr 2024 18:00:36 -0700 Subject: [PATCH] docs: Updated quick start page. Docker compose command had a typo (#28131) --- docs/docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index bb3cca40e..5546668fb 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -32,7 +32,7 @@ $ git clone https://github.com/apache/superset $ cd superset # Fire up Superset using Docker Compose -$ docker compose -f docker compose-image-tag.yml up +$ docker compose -f docker-compose-image-tag.yml up ``` This may take a moment as Docker Compose will fetch the underlying container images and will load up some examples. Once all containers