mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user