docs: Updating quickstart for 6.0.0 (#37446)

This commit is contained in:
SkinnyPigeon
2026-01-28 16:08:31 +01:00
committed by GitHub
parent cfeb7ccd31
commit 912538d176
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ git clone https://github.com/apache/superset
$ cd superset
# Set the repo to the state associated with the latest official version
$ git checkout tags/5.0.0
$ git checkout tags/6.0.0
# Fire up Superset using Docker Compose
$ docker compose -f docker-compose-image-tag.yml up