mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 18:44:57 +02:00
* Issue #4110 Broken Link Fix * added note in readme.md fixing large clone size Issue #3312
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user