Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
A1WAYSD authored Feb 27, 2024
1 parent a2c539b commit 8dad475
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ip from NUS cs2103T

This is a greenfield Java project. It's a desktop app for managing tasks, optimized for use via a Command Line Interface (CLI) while still bringing delights through a Graphical User Interface (GUI).
Please refer to the user guide [here](https://a1waysd.github.io/ip/)

Please refer to the user guide [here](https://a1waysd.github.io/ip/).

## Setting up in Intellij

Expand All @@ -14,12 +15,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).<br>
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/L.java` file, right-click it, and choose `Run Duke.main()` (if the code editor is showing compile errors, try restarting the IDE).

0 comments on commit 8dad475

Please sign in to comment.