diff --git a/docs/src/pages/docs/installation/index.mdx b/docs/src/pages/docs/installation/index.mdx index d560c9a4d..ff16ee0f6 100644 --- a/docs/src/pages/docs/installation/index.mdx +++ b/docs/src/pages/docs/installation/index.mdx @@ -51,12 +51,6 @@ $ git clone https://github.com/apache/superset.git Once that command completes successfully, you should see a new `superset` folder in your current directory. -We recommend that you check out and run the code from the last tagged release: - -```bash -$ git checkout latest -``` - ### 3. Launch Superset Through Docker Compose Navigate to the folder you created in step 1: @@ -65,6 +59,12 @@ Navigate to the folder you created in step 1: $ cd superset ``` +We recommend that you check out and run the code from the last tagged release: + +```bash +$ git checkout latest +``` + Then, run the following command: ```bash