From bcaf6c47ba20c96e5d3a42e4ed8388c16c8fa719 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 26 Jul 2024 15:53:10 -0500 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: Lee Calcote --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50c584d46295..5b54053833db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We are beyond excited to see that you want to contribute! We would love to accep ⚠️ Cloning this repository ⚠️ -Cloning the repo with all its history results in a ~6 GB download. If you don't need the whole history you can use the depth parameter to significantly reduce download size. +Cloning the repo with all its history results in a ~6 GB download. To contribute to this site, you don't need its entire history. Use the `--depth=1` flag to significantly reduce the footprint this repo creates in your environment. ```bash git clone --depth=1 https://github.com/layer5io/layer5.git