Skip to content

Commit bb794e7

Browse files
committed
Rolled back list numbering
1 parent 71e1dd0 commit bb794e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

BUILD.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ First, [download the IntelliJ IDEA Community Edition](https://www.jetbrains.com/
1010
> If you encounter any issues with this process, Read the [Troubleshooting and Setup Tips for IntelliJ IDEA](#troubleshooting-and-setup-tips-intellij-idea)
1111
1212
1. Clone the Processing4 repository to your machine locally
13-
2. Open the cloned repository in IntelliJ IDEA CE
14-
3. When prompted, select **Trust Project**. You can preview the project in Safe Mode but you won't be able to build Processing.
15-
4. IntelliJ may start loading Gradle dependencies automatically. Wait for this process to complete.
16-
5. In the main menu, go to File > Project Structure > Project Settings > Project.
17-
6. In the SDK Dropdown option, select a JDK version 17 or Download the jdk
18-
7. Click the green Run Icon in the top right of the window. This is also where you can find the option to debug Processing.
19-
8. Logs can be found in the `Build` or `Debug` pane on the bottom left of the window
13+
1. Open the cloned repository in IntelliJ IDEA CE
14+
1. When prompted, select **Trust Project**. You can preview the project in Safe Mode but you won't be able to build Processing.
15+
1. IntelliJ may start loading Gradle dependencies automatically. Wait for this process to complete.
16+
1. In the main menu, go to File > Project Structure > Project Settings > Project.
17+
1. In the SDK Dropdown option, select a JDK version 17 or Download the jdk
18+
1. Click the green Run Icon in the top right of the window. This is also where you can find the option to debug Processing.
19+
1. Logs can be found in the `Build` or `Debug` pane on the bottom left of the window
2020

2121

2222
## VSCode

0 commit comments

Comments
 (0)