From e8daa63d7eeba3bfb9d5fd17f5b0dba310a81a4e Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 20 Dec 2024 16:11:25 -0500 Subject: [PATCH] fix(docs): get quickstart guide working again (#31583) --- docs/docs/quickstart.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index be548c65c..6d0c029a0 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -31,6 +31,9 @@ $ git clone https://github.com/apache/superset # Enter the repository you just cloned $ cd superset +# Set the repo to the state associated with the latest official version +$ git checkout tags/4.1.1 + # Fire up Superset using Docker Compose $ docker compose -f docker-compose-image-tag.yml up ```