From d474578a37baa5195c01979a6f21343e497aeb30 Mon Sep 17 00:00:00 2001 From: billyhoce Date: Wed, 21 Feb 2024 21:29:47 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8715d4d915..044db83beb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Duke project template +# MeanDuke project -This is a project template for a greenfield Java project. It's named after the Java mascot _Duke_. Given below are instructions on how to use it. +This is a greenfield project. Given below are instructions on how to use it. ## Setting up in Intellij @@ -13,12 +13,4 @@ Prerequisites: JDK 11, update Intellij to the most recent version. 1. If there are any further prompts, accept the defaults. 1. Configure the project to use **JDK 11** (not other versions) as explained in [here](https://www.jetbrains.com/help/idea/sdk.html#set-up-jdk).
In the same dialog, set the **Project language level** field to the `SDK default` option. -3. After that, locate the `src/main/java/Duke.java` file, right-click it, and choose `Run Duke.main()` (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output: - ``` - Hello from - ____ _ - | _ \ _ _| | _____ - | | | | | | | |/ / _ \ - | |_| | |_| | < __/ - |____/ \__,_|_|\_\___| - ``` +3. After that, locate the `src/main/java/meanduke/gui/launcher.java` file, right-click it, and choose `Run Launcher.main()` (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something a GUI appear