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.
This commit is contained in:
giladwo 2022-09-11 18:58:42 +03:00 committed by GitHub
parent 0185369632
commit 5b5d8db649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,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
```