Skip to content

Commit

Permalink
updating the min req (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo authored Jun 25, 2024
1 parent cb77651 commit 9768116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/1-getting-started/requirements/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ weight: 2
### Requirements
* Linux/Windows/Mac
* Docker 1.21.x (Only if you run DPS using docker or want to solve docker containers hostname using DPS)
* Jre 19+ (When running the jar version)
* Jre 21+ (When running the jar version)
2 changes: 1 addition & 1 deletion docs/content/1-getting-started/running-it/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ checkout the instructions for [Linux][6], [Mac][7] and [Windows][5]
### General Instructions
The process to running DPS is basically the same for all platforms:

Download the [latest release][2] for your platform, if no binary available use the jar (requires JRE 19+)
Download the [latest release][2] for your platform, if no binary available use the jar (requires JRE 21+)

Start DPS (you need to run as administrator/sudo so DPS can set itself as the default DNS)
```bash
Expand Down

0 comments on commit 9768116

Please sign in to comment.