Skip to content

Commit

Permalink
Mention the OPENRNDR IntelliJ plugin in the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vechro committed Sep 17, 2023
1 parent 2332595 commit e7397f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/docs/C10_Requirements.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions src/main/kotlin/docs/C20_SetupYourFirstProgram.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7397f6

Please sign in to comment.