chore: use depth=1 for cloning (#28276)
This commit is contained in:
parent
2e9cc654ef
commit
c641bbfb9e
|
|
@ -50,7 +50,7 @@ Note that this documentation assumes that you have [Docker](https://www.docker.c
|
|||
following command:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/apache/superset.git
|
||||
git clone --depth=1 https://github.com/apache/superset.git
|
||||
```
|
||||
|
||||
Once that command completes successfully, you should see a new `superset` folder in your
|
||||
|
|
|
|||
Loading…
Reference in New Issue