From a66d32de7bc9b5c820ac722a46954c6836808337 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Tue, 17 Dec 2024 14:55:33 +0100 Subject: [PATCH] Update index.md Using --depth=1 download only the latest version of the folder instead of the whole history. As user most people are not interested of the whole history (mostly because they won't need to edit git files), this way it is faster to download it. --- _docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/index.md b/_docs/index.md index f8d98a3..7454387 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

~