1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add clone note in readme

This commit is contained in:
Kamran Ahmed
2023-07-11 15:21:12 +01:00
committed by GitHub
parent 3457f7495a
commit 6e8770c8c4

View File

@@ -95,7 +95,7 @@ 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.
Note: use the `depth` parameter to reduce the clone size and speed up the clone.
```sh
git clone --depth=1 https://github.com/kamranahmedse/developer-roadmap.git