Use --shallow-submodules for --depth=1 on submodules

This commit is contained in:
Lily 2024-08-07 14:13:52 +03:00 committed by GitHub
parent 182e2dd071
commit 56b3f1aca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ processors work just fine (even for macOS Sonoma).
```
cd ~
git clone --depth 1 --recursive https://github.com/kholia/OSX-KVM.git
git clone --depth 1 --recursive --shallow-submodules https://github.com/kholia/OSX-KVM.git
cd OSX-KVM
```