chore: use depth=1 for cloning (#28276)

This commit is contained in:
Radek Antoniuk 2024-04-30 22:20:29 +02:00 committed by GitHub
parent 2e9cc654ef
commit c641bbfb9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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