misc: Update README to prevent full git download (#401)

This commit is contained in:
Vincent Pochet 2024-09-06 11:17:06 +02:00 committed by GitHub
parent b9dfc8b8a2
commit 6beb527e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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