Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
you need to cd into the git workdir first, only then can you switch the branch...
  • Loading branch information
mephinet authored Jan 18, 2021
1 parent 0f243c6 commit 3a7e35d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/pages/docs/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 3a7e35d

Please sign in to comment.