From 92adf698475f91c6eb71fced895c218d28924875 Mon Sep 17 00:00:00 2001 From: Cat Lee Ball <43632885+catleeball@users.noreply.github.com> Date: Sun, 17 Oct 2021 14:05:26 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37394f1..d4c93a2 100644 --- a/README.md +++ b/README.md @@ -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 ```