We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e381394 commit 88971fcCopy full SHA for 88971fc
README.md
@@ -50,8 +50,10 @@ Notice that the method `divide` now requires the parameter `b` to be non-zero. I
50
51
To follow along with this tutorial, make sure you have the following prerequisites installed:
52
53
-- Java 20+ - JDK for compiling and running Java programs
54
-- Maven 3.6+ - For building and dependency management
+- Java 20+, the JDK for compiling and running Java programs
+- 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
57
58
Then, build the project using Maven:
59
0 commit comments