Skip to content
Merged
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@ For the quick start, you can follow the steps below:
1. Star <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
2. Fork <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
3. Clone the **forked** repository.
4. Set <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository as upstream repository.

```yml
git clone https://github.com/<your-github-username>/DSA-Java
```
Set upstream command
```yml
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
```

3. Navigate to the project directory.

Expand Down