Skip to content

Commit

Permalink
README: use numbered list for steps
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Aug 5, 2019
1 parent f20bff2 commit 8fe8afd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

**Importing the project into IntelliJ**

* Open IntelliJ (if you are not in the welcome screen, click `File` > `Close Project` to close the existing project dialog first).
* Set up the correct JDK version.
* Click `Configure` > `Structure for new Projects` (in older versions of Intellij:`Configure` > `Project Defaults` > `Project Structure`).
* If JDK 11 is listed in the drop down, select it. If it is not, click `New...` and select the directory where you installed JDK 11.
* Click `OK`.
* Click `Import Project`.
* Locate the project directory and click `OK`.
* Select `Create project from existing sources` and click `Next`.
* Rename the project if you want. Click `Next`.
* Ensure that your src folder is checked. Keep clicking `Next`.
* Click `Finish`.
1. Open IntelliJ (if you are not in the welcome screen, click `File` > `Close Project` to close the existing project dialog first).
1. Set up the correct JDK version.
* Click `Configure` > `Structure for new Projects` (in older versions of Intellij:`Configure` > `Project Defaults` > `Project Structure`).
* If JDK 11 is listed in the drop down, select it. If it is not, click `New...` and select the directory where you installed JDK 11.
* Click `OK`.
1. Click `Import Project`.
1. Locate the project directory and click `OK`.
1. Select `Create project from existing sources` and click `Next`.
1. Rename the project if you want. Click `Next`.
1. Ensure that your src folder is checked. Keep clicking `Next`.
1. Click `Finish`.

# Tutorials

Expand Down

0 comments on commit 8fe8afd

Please sign in to comment.