docs: update manual installation to use shallow clone (#1866)

This commit is contained in:
El Khalil
2026-07-03 19:54:39 +01:00
parent 834092c891
commit d00b09f5d8
+1 -1
View File
@@ -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
```