Update index.mdx (#12579)

you need to cd into the git workdir first, only then can you switch the branch...
This commit is contained in:
Philipp Gortan
2021-01-30 17:19:25 +01:00
committed by GitHub
parent 30be86f811
commit bf2cd56eb7

View File

@@ -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