mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: use depth=1 for cloning (#28276)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user