From 91d2b6af7ed877629001b5c9bb9b4a87c5bc2c27 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Thu, 26 Dec 2024 01:10:05 +0100 Subject: [PATCH] Update index.md Using --depth=1 downloads only the latest version of the git folder instead of the whole git history, making the download much faster. --- _docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/index.md b/_docs/index.md index f8d98a3..db4809d 100644 --- a/_docs/index.md +++ b/_docs/index.md @@ -25,7 +25,7 @@ If you have a Linux machine that already has Docker pre-installed, please just r

~ $ -git clone https://github.com/lancachenet/docker-compose/ lancache +git clone https://github.com/lancachenet/docker-compose/ lancache --depth=1

~