Skip to content

Commit 5bd2526

Browse files
update README.md
1 parent 71cb04e commit 5bd2526

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Your ideas/fixes/algorithms are more than welcome!
1717
6. Push to the branch (`git push origin my-awesome-feature`)
1818
7. Open your forked repo on Github website, create a new Pull Request to this repo!
1919

20+
## Best way to open this project
21+
22+
1. Install Intellij on your machine, either CE or UE.
23+
2. git clone this repo to your local disk
24+
3. import this project as a new project (does not need to be a gradle project)
25+
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).
26+
2027

2128
## Algorithms
2229

0 commit comments

Comments
 (0)