Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25b00e6

Browse files
make README.md more descriptive
1 parent eb53958 commit 25b00e6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ _If you like this project, please give me a star._ ★
1010
Your ideas/fixes/algorithms are more than welcome!
1111
```
1212
1. Fork this repo
13-
2. Create your feature branch (`git checkout -b my-awesome-feature`)
14-
3. Commit your changes (`git commit -am 'Added some awesome feature'`)
15-
4. Push to the branch (`git push origin my-awesome-feature`)
16-
5. Create a new Pull Request
13+
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
14+
3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
15+
4. `git add` your desired changes to this repo
16+
5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
17+
6. Push to the branch (`git push origin my-awesome-feature`)
18+
7. Open your forked repo on Github website, create a new Pull Request to this repo!
1719
```
1820

1921
## Algorithms

0 commit comments

Comments
 (0)