Clone size fix ISSUE #3312 (#4130)

* Issue #4110 Broken Link Fix

* added note in readme.md fixing large clone size Issue #3312
pull/4196/head
Tabish Naqvi 1 year ago committed by GitHub
parent 07acb17459
commit 3457f7495a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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

Loading…
Cancel
Save