Skip to content

Commit 88971fc

Browse files
committed
Update Prerequisites
1 parent e381394 commit 88971fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ Notice that the method `divide` now requires the parameter `b` to be non-zero. I
5050

5151
To follow along with this tutorial, make sure you have the following prerequisites installed:
5252

53-
- Java 20+ - JDK for compiling and running Java programs
54-
- Maven 3.6+ - For building and dependency management
53+
- Java 20+, the JDK for compiling and running Java programs
54+
- Maven 3.6+, for building and dependency management
55+
- Visual Studio Code, for editing the code and using the LiquidJava extension
56+
- [Java Extension Pack by Red Hat](vscode:extension/redhat.java), which provides Java support in VS Code
5557

5658
Then, build the project using Maven:
5759

0 commit comments

Comments
 (0)