Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs : Update Readme.md #3564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<username>`.
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/<username>/website/
```
### **Option 2: Clone the full Repository**

```bash
git clone https://github.com/<username>/website/
```
Expand Down
Loading