docs(docker): use shallow clone in quick start (#3096)

This commit is contained in:
Umair Khurshid
2026-05-25 18:39:01 +05:00
committed by GitHub
parent 39e88dd365
commit 75e9446134
+1 -1
View File
@@ -143,7 +143,7 @@ The quickest way to run Reactive Resume locally:
```bash
# Clone the repository
git clone https://github.com/amruthpillai/reactive-resume.git
git clone --depth=1 https://github.com/amruthpillai/reactive-resume.git
cd reactive-resume
# Start all services