This is an automated email from the ASF dual-hosted git repository. srini pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push: new bf2cd56 Update index.mdx (#12579) bf2cd56 is described below commit bf2cd56eb7017f9be50096c43df4442bffed709e Author: Philipp Gortan <mephi...@gmx.net> AuthorDate: Sat Jan 30 17:19:25 2021 +0100 Update index.mdx (#12579) you need to cd into the git workdir first, only then can you switch the branch... --- docs/src/pages/docs/installation/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/pages/docs/installation/index.mdx b/docs/src/pages/docs/installation/index.mdx index d560c9a..ff16ee0 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