From 56b3f1aca2b2abe3ecd97ef3911579a89b44a2a0 Mon Sep 17 00:00:00 2001 From: Lily Date: Wed, 7 Aug 2024 14:13:52 +0300 Subject: [PATCH] Use `--shallow-submodules` for `--depth=1` on submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32586ff..189b6f2 100644 --- a/README.md +++ b/README.md @@ -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 ```