From 365d36e4c17fe4ca3c8e3e7868fa370147ed5ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Sat, 1 Feb 2025 18:14:00 +0100 Subject: [PATCH] Update the instructions for latest IntelliJ interface [skip ci] --- build/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/README.md b/build/README.md index 0062002be..2e47d029d 100644 --- a/build/README.md +++ b/build/README.md @@ -7,8 +7,9 @@ First, [download the IntelliJ IDEA Community Edition](https://www.jetbrains.com/ 1. Clone the Processing4 repository to your machine locally 1. Open the cloned repository in IntelliJ IDEA CE 1. Click `Install Required Plugins` on the bottom right or in the notification tray -1. In the main menu, go to File > Project Structure > Project Settings > Project. -1. In the SDK Dropdown option, select a JDK version 17 or Download the jdk +1. Open the `Project Structure` window (`Ctrl+Alt+Shift+S` on Windows/Linux or `⌘;` on macOS) +2. Go to `Project Settings > Project` +1. In the SDK Dropdown option, select a JDK version 17 or `Download a JDK` 1. Select your platform (Windows, MacOS or Linux) in the top right of the window 1. Click the green Run Icon next to it 1. Logs can be found in the `messages` or `run` pane on the bottom left of the window