mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Add clone note in readme
This commit is contained in:
@@ -95,7 +95,7 @@ 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.
|
Note: use the `depth` parameter to reduce the clone size and speed up the clone.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git
|
git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git
|
||||||
|
Reference in New Issue
Block a user