From 8383f5c3fdda9a02abd164014e2ccbe4c2e73167 Mon Sep 17 00:00:00 2001 From: Divendra2006 Date: Sat, 11 Jan 2025 15:53:10 +0530 Subject: [PATCH] Update Readme.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5f153826f3c7..c313309bff40 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,15 @@ Use the following tools to set up the project: 3. Clone the forked repository by adding your own GitHub username in place of ``. For multiple contributions it is recommended to have [proper configuration of forked repo](https://github.com/asyncapi/community/blob/master/git-workflow.md). +Depending on your case , you can choose one of the following options: + +### **Option 1: Clone Only Latest Commit (shallow Clone)** + +```bash + git clone --depth 1 https://github.com//website/ +``` +### **Option 2: Clone the full Repository** + ```bash git clone https://github.com//website/ ```