Skip to content

Commit 5556a81

Browse files
authored
Clarify commands for running Processing from a terminal
1 parent 2f88c2b commit 5556a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Any classes that end up being written in Kotlin have their equivalent Java class
5454

5555
### Running Processing
5656

57-
The main task to run or debug the PDE is `run`.
57+
The main task to run or debug the PDE is `run`. That means you just need to run `./gradlew run` (Linux) or `./gradlew.bat run` (Windows) to build and run Processing.
5858

5959
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
6060

0 commit comments

Comments
 (0)