Add shallow clone flag to install section

Just adding `--depth=1` to the git clone command for folks copy-pasting the install directions. Figured it might save users a few bits of disk and network usage that they might not otherwise think about.
This commit is contained in:
Cat Lee Ball 2021-10-17 14:05:26 -07:00 committed by Martin Wimpress
parent 2911835187
commit 92adf69847

View file

@ -93,7 +93,7 @@ sudo apt install quickemu
## Other Linux
```bash
git clone https://github.com/wimpysworld/quickemu
git clone --depth=1 https://github.com/wimpysworld/quickemu
cd quickemu
```