From 75e9446134facb5d45919d424d0d01139b7305fd Mon Sep 17 00:00:00 2001 From: Umair Khurshid <87898890+Umair-khurshid@users.noreply.github.com> Date: Mon, 25 May 2026 18:39:01 +0500 Subject: [PATCH] docs(docker): use shallow clone in quick start (#3096) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15936fbd1..294c5e78b 100644 --- a/README.md +++ b/README.md @@ -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