Compare commits

...

2 Commits

Author SHA1 Message Date
Lily f0d251cc6b
Merge 56b3f1aca2 into ad213b6c80 2024-09-26 00:32:25 +03: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
``` ```