Skip to content

little change in the "Contributing" headline #96

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

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ _If you like this project, please leave me a star._ ★


## Contributing
Your ideas/fixes/algorithms are more than welcome!
Your ideas/fixes/algorithms are more than welcome! Let's keep this about DSA only, nothing else. It'll be easy for every DSA enthusiast to access this AWESOMENESS!!

1. Fork this repo
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
Expand All @@ -1063,7 +1063,7 @@ Your ideas/fixes/algorithms are more than welcome!

## Best way to open this project

1. Install Intellij on your machine, either CE or UE.
1. Install IntelliJ on your machine, either CE or UE.
2. git clone this repo to your local disk
3. import this project as a new project (does need to be imported as a gradle project)
4. If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, see [Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).
Expand Down