From 6e8770c8c4da74206cda2fc455ddde89d4731b85 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 11 Jul 2023 15:21:12 +0100 Subject: [PATCH] Add clone note in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0758ed292..faa006516 100644 --- a/readme.md +++ b/readme.md @@ -95,7 +95,7 @@ npm install npm run dev ``` -Note: Cloning the entire repository results in a ≈1.7GB download. If you don't need the entire history you can use the `depth` parameter to reduce clone size. +Note: use the `depth` parameter to reduce the clone size and speed up the clone. ```sh git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git