From 3457f7495a72fd6674ca58bc83412ba61aba65af Mon Sep 17 00:00:00 2001 From: Tabish Naqvi Date: Tue, 11 Jul 2023 19:48:21 +0530 Subject: [PATCH] Clone size fix ISSUE #3312 (#4130) * Issue #4110 Broken Link Fix * added note in readme.md fixing large clone size Issue #3312 --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 055f3ba3d..0758ed292 100644 --- a/readme.md +++ b/readme.md @@ -95,6 +95,12 @@ 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. + +```sh +git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git +``` + ## Contribution > Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps