mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
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:
parent
2911835187
commit
92adf69847
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue