artofcomputing commented on code in PR #26129: URL: https://github.com/apache/superset/pull/26129#discussion_r1409700290
########## docs/docs/quickstart.mdx: ########## @@ -0,0 +1,76 @@ +--- +title: Quickstart +hide_title: false +sidebar_position: 2 +--- + +**Ready to give Apache Superset a try?** This quickstart will help you run Superset on your local machine in **5 simple steps**. +It assumes that you have [Docker](https://www.docker.com) installed. + +### 1. Get Superset +``` +$ docker pull apache/superset:3.0.2 Review Comment: Something that we could do (just an idea) would be to update the version in the docs with every release, and prioritize the latest upstream version (e.g 3.1 instead of 3.0.3) @sfirke @michael-s-molina @rusackas would that be feasible? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org