From 6beb527e2ebbb6956ff527144f9e703a0bfbd92f Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Fri, 6 Sep 2024 11:17:06 +0200 Subject: [PATCH] misc: Update README to prevent full git download (#401) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7380a14..f0c2295 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ To start using Lago, run the following commands in a shell: #### On a fresh install ```bash # Get the code -git clone https://github.com/getlago/lago.git +git clone --depth 1 https://github.com/getlago/lago.git # Go to Lago folder cd lago