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 Martin Wimpress
parent c4565b77f9
commit bf3fb16921
1 changed files with 1 additions and 1 deletions

View File

@ -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
```