diff --git a/README.md b/README.md index 6303ea80..ebc3f3bc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,15 @@ For the quick start, you can follow the steps below: 1. Star this repository. 2. Fork this repository. 3. Clone the **forked** repository. +4. Set this repository as upstream repository. ```yml git clone https://github.com//DSA-Java ``` +Set upstream command +```yml +git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git +``` 3. Navigate to the project directory.