fix(docs): get quickstart guide working again (#31583)

This commit is contained in:
Sam Firke 2024-12-20 16:11:25 -05:00 committed by GitHub
parent 640d6f848a
commit e8daa63d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ $ git clone https://github.com/apache/superset
# Enter the repository you just cloned # Enter the repository you just cloned
$ cd superset $ 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 # Fire up Superset using Docker Compose
$ docker compose -f docker-compose-image-tag.yml up $ docker compose -f docker-compose-image-tag.yml up
``` ```