From d00b09f5d81bca755190dbd0c3b3f0c6b9e12a1f Mon Sep 17 00:00:00 2001 From: El Khalil <125153461+ElKhalil19@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:54:39 +0100 Subject: [PATCH] docs: update manual installation to use shallow clone (#1866) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291af4f..38df11c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ This is more likely to work on your computer but will be slower as it utilizes t **2. Clone the Repository** ```bash -git clone https://github.com/hacksider/Deep-Live-Cam.git +git clone --depth 1 https://github.com/hacksider/Deep-Live-Cam.git cd Deep-Live-Cam ```