Compare commits

...

2 Commits

Author SHA1 Message Date
Lily c037a3f7ca
Merge 56b3f1aca2 into 76bea74a08 2024-10-07 14:59:01 +02:00
Lily 56b3f1aca2
Use `--shallow-submodules` for `--depth=1` on submodules 2024-08-07 14:13:52 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ processors work just fine (even for macOS Sonoma).
``` ```
cd ~ 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 cd OSX-KVM
``` ```