docs: 📝 clone depth 1

closes #9501
This commit is contained in:
ThatOneCalculator 2023-01-21 11:25:31 -08:00
parent dc168cd3bc
commit 7b51c56169
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -95,7 +95,7 @@ If you have access to a server that supports one of the sources below, I recomme
## 👀 Get folder ready
```sh
git clone https://codeberg.org/calckey/calckey.git
git clone --depth 1 https://codeberg.org/calckey/calckey.git
cd calckey/
# git checkout main # if you want only stable versions
```