diff --git a/src/main/kotlin/docs/C10_Requirements.kt b/src/main/kotlin/docs/C10_Requirements.kt index 58ab1268..f9a5cf1f 100644 --- a/src/main/kotlin/docs/C10_Requirements.kt +++ b/src/main/kotlin/docs/C10_Requirements.kt @@ -41,7 +41,7 @@ fun main() { OPENRNDR is environment agnostic, however all our tutorial and reference material assumes [Gradle](https://en.wikipedia.org/wiki/Gradle) and - [IntelliJ Idea](https://www.jetbrains.com/idea/) (Community Edition) are used. + [IntelliJ IDEA](https://www.jetbrains.com/idea/) (Community Edition) are used. ### Long-term support diff --git a/src/main/kotlin/docs/C20_SetupYourFirstProgram.kt b/src/main/kotlin/docs/C20_SetupYourFirstProgram.kt index e2f1d056..d8c95d4e 100644 --- a/src/main/kotlin/docs/C20_SetupYourFirstProgram.kt +++ b/src/main/kotlin/docs/C20_SetupYourFirstProgram.kt @@ -24,8 +24,11 @@ fun main() { from the [Git website](https://git-scm.com/) * Download [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download) - and install it. On the first run it will offer the option to pick - default settings and continue, use the default settings. + and install it. On the first run it will offer the option to pick + default settings and continue, use the default settings. + + * Install the [OPENRNDR IntelliJ plugin](https://plugins.jetbrains.com/plugin/19736-openrndr) + for better integration with OPENRNDR. ## Clone the template