Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/user-guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Step 1: Prerequisites
</details>

<details>
<summary>Java Development Kit (JDK) 11 or newer</summary>
<summary>Java Development Kit (JDK) 19 or newer</summary>

Check your Java version by executing the following command on the terminal:
```bash
java -version
java --version
```

If the version is < 11, download and install Java version 11 or later from
If the version is lower than 19, download and install Java version 19 or later from
[Oracle](https://www.oracle.com/java/technologies/downloads/).
</details>

Expand Down