Skip to content

Commit

Permalink
fix(docs): get quickstart guide working again (#31583)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored Dec 20, 2024
1 parent 640d6f8 commit e8daa63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e8daa63

Please sign in to comment.