1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 18:44:57 +02:00

Clone size fix ISSUE #3312 (#4130)

* Issue #4110 Broken Link Fix

* added note in readme.md fixing large clone size Issue #3312
This commit is contained in:
Tabish Naqvi
2023-07-11 19:48:21 +05:30
committed by GitHub
parent 07acb17459
commit 3457f7495a

View File

@@ -95,6 +95,12 @@ npm install
npm run dev 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 ## Contribution
> Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps > Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps