From bf3fb1692130053134c4f5775503aaf564219c67 Mon Sep 17 00:00:00 2001 From: giladwo <25708271+giladwo@users.noreply.github.com> Date: Sun, 11 Sep 2022 18:58:42 +0300 Subject: [PATCH] Replace shallow clone with partial clone As recommended in https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/#user-content-quick-summary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65591f..c249c77 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ sudo apt install quickemu ## Other Linux ``` bash -git clone --depth=1 https://github.com/wimpysworld/quickemu +git clone --filter=blob:none https://github.com/wimpysworld/quickemu cd quickemu ```